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

georg.brandl python-checkins at python.org
Sun Jun 1 23:26:23 CEST 2008


Author: georg.brandl
Date: Sun Jun  1 23:26:23 2008
New Revision: 63875

Log:
htmllib and sgmllib are done.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sun Jun  1 23:26:23 2008
@@ -568,9 +568,9 @@
 
   + 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 @@
 
   + 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.


More information about the Python-checkins mailing list