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

brett.cannon python-checkins at python.org
Sun May 11 05:08:49 CEST 2008


Author: brett.cannon
Date: Sun May 11 05:08:49 2008
New Revision: 63034

Log:
Update what is needed to get rid of htmllib and sgmllib.


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:08:49 2008
@@ -561,7 +561,7 @@
 
   + All functionality is supported by string interpolation.
 
-* htmllib
+* htmllib [need to remove use in pydoc]
 
   + Superceded by HTMLParser.
 
@@ -591,7 +591,7 @@
 
   + subprocess module replaces it [#pep-0324]_.
 
-* sgmllib
+* 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