Update what is needed to get rid of htmllib and sgmllib.
This commit is contained in:
parent
6096cc52c8
commit
b6b2ab238f
|
@ -561,7 +561,7 @@ for what the module is meant for.
|
||||||
|
|
||||||
+ All functionality is supported by string interpolation.
|
+ All functionality is supported by string interpolation.
|
||||||
|
|
||||||
* htmllib
|
* htmllib [need to remove use in pydoc]
|
||||||
|
|
||||||
+ Superceded by HTMLParser.
|
+ Superceded by HTMLParser.
|
||||||
|
|
||||||
|
@ -591,7 +591,7 @@ for what the module is meant for.
|
||||||
|
|
||||||
+ subprocess module replaces it [#pep-0324]_.
|
+ subprocess module replaces it [#pep-0324]_.
|
||||||
|
|
||||||
* sgmllib
|
* sgmllib [cannot remove until htmllib is removed]
|
||||||
|
|
||||||
+ Does not fully parse SGML.
|
+ Does not fully parse SGML.
|
||||||
+ In the stdlib for support to htmllib which is slated for removal.
|
+ In the stdlib for support to htmllib which is slated for removal.
|
||||||
|
|
Loading…
Reference in New Issue