From: Martin Panter Date: Sat, 14 Nov 2015 00:30:46 +0000 (+0000) Subject: Issue #25017: Document that htmllib is superseded by module HTMLParser X-Git-Tag: v2.7.11rc1~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5118f7b9aff61fc3c1403c269145a4d4b17961cd;p=thirdparty%2FPython%2Fcpython.git Issue #25017: Document that htmllib is superseded by module HTMLParser --- diff --git a/Doc/library/htmllib.rst b/Doc/library/htmllib.rst index d9d81dfe2ebb..e5045dd39248 100644 --- a/Doc/library/htmllib.rst +++ b/Doc/library/htmllib.rst @@ -7,6 +7,8 @@ .. deprecated:: 2.6 The :mod:`htmllib` module has been removed in Python 3. + Use :mod:`HTMLParser` instead in Python 2, and the equivalent, + :mod:`html.parser`, in Python 3. .. index::