[Python-checkins] r63036 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Sun May 11 05:15:43 CEST 2008


Author: brett.cannon
Date: Sun May 11 05:15:43 2008
New Revision: 63036

Log:
Use parentheses for specific notes about what is holding up a removal instead
of square brackets to make the notes stand out more.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sun May 11 05:15:43 2008
@@ -561,7 +561,7 @@
 
   + 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 @@
 
   + 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.


More information about the Python-checkins mailing list