From b6b2ab238fc1a84b1e8e385ac5f8beff5f876408 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 11 May 2008 03:08:49 +0000 Subject: [PATCH] Update what is needed to get rid of htmllib and sgmllib. --- pep-3108.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-3108.txt b/pep-3108.txt index 3958d5504..8fb55512a 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -561,7 +561,7 @@ for what the module is meant for. + All functionality is supported by string interpolation. -* htmllib +* 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 +* sgmllib [cannot remove until htmllib is removed] + Does not fully parse SGML. + In the stdlib for support to htmllib which is slated for removal.