htmllib and sgmllib are done.
This commit is contained in:
parent
337d0251a3
commit
b1fc5cde67
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue