htmllib and sgmllib are done.

This commit is contained in:
Georg Brandl 2008-06-01 21:26:23 +00:00
parent 337d0251a3
commit b1fc5cde67
1 changed files with 3 additions and 3 deletions

View File

@ -568,9 +568,9 @@ for what the module is meant for.
+ All functionality is supported by string interpolation.
* htmllib (TODO need to remove use in pydoc)
* htmllib [done: 2.6, 3.0]
+ Superceded by HTMLParser.
+ Superseded by HTMLParser.
* ihooks [done: 2.6, 3.0]
@ -598,7 +598,7 @@ for what the module is meant for.
+ subprocess module replaces it [#pep-0324]_.
* sgmllib (TODO cannot remove until htmllib is removed)
* sgmllib [done: 2.6, 3.0]
+ Does not fully parse SGML.
+ In the stdlib for support to htmllib which is slated for removal.