Use parentheses for specific notes about what is holding up a removal instead
of square brackets to make the notes stand out more.
This commit is contained in:
parent
3ad834e780
commit
94a820b2b7
|
@ -561,7 +561,7 @@ for what the module is meant for.
|
|||
|
||||
+ All functionality is supported by string interpolation.
|
||||
|
||||
* htmllib [need to remove use in pydoc]
|
||||
* htmllib (need to remove use in pydoc)
|
||||
|
||||
+ Superceded by HTMLParser.
|
||||
|
||||
|
@ -591,7 +591,7 @@ for what the module is meant for.
|
|||
|
||||
+ subprocess module replaces it [#pep-0324]_.
|
||||
|
||||
* sgmllib [cannot remove until htmllib is removed]
|
||||
* sgmllib (cannot remove until htmllib is removed)
|
||||
|
||||
+ Does not fully parse SGML.
|
||||
+ In the stdlib for support to htmllib which is slated for removal.
|
||||
|
|
Loading…
Reference in New Issue