Fred Drake
|
f25fa6ddb9
|
avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
guillemets; no need for magic here
|
2006-05-03 02:04:40 +00:00 |
Fred Drake
|
961c2882a9
|
document the exceptions raised by sgmllib, htmllib, and HTMLParser
|
2004-09-10 01:20:21 +00:00 |
Fred Drake
|
4922cae1e1
|
- remove crufty markup that's no longer needed to make the
presentation work right (and didn't work anyway)
- fix minor typo
|
2003-12-30 16:18:23 +00:00 |
Raymond Hettinger
|
295530585b
|
Fix double hyphen markup.
|
2003-12-07 12:46:16 +00:00 |
Raymond Hettinger
|
9ac25ec025
|
SF bug #793702: Section 13.1 HTMLParser documentation error
The -- is special to TeX and was printing as just -.
|
2003-08-25 03:31:28 +00:00 |
Fred Drake
|
30b6e8230b
|
Added documentation for the handle_pi() method, based on SF patch #662464.
Closes SF bug #659188, patch #662464.
|
2003-04-17 22:36:52 +00:00 |
Fred Drake
|
25211f5724
|
Added more information on the differences between the htmllib and HTMLParser
modules.
|
2001-07-05 16:34:36 +00:00 |
Fred Drake
|
3b755d43ac
|
Michel Pelletier <michel@digicool.com>:
Documentation for the HTMLParser module, with small changes by FLD.
|
2001-05-30 04:59:00 +00:00 |