# HG changeset patch # Parent bdd257d60da278614cc221993c1529191a42bceb Issue #25017: Document that htmllib is superseded by module HTMLParser diff -r bdd257d60da2 Doc/library/htmllib.rst --- a/Doc/library/htmllib.rst Tue Nov 10 19:53:37 2015 +0200 +++ b/Doc/library/htmllib.rst Fri Nov 13 02:41:07 2015 +0000 @@ -6,7 +6,9 @@ :deprecated: .. deprecated:: 2.6 - The :mod:`htmllib` module has been removed in Python 3. + 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::