commit | 5118f7b9aff61fc3c1403c269145a4d4b17961cd | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sat Nov 14 00:30:46 2015 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sat Nov 14 00:30:46 2015 +0000 |
tree | 6ac02f3d6a13c835be25cc451f7df8318798e9f8 | |
parent | ef2b2f437e7160ea68d8087df43c069fa6534fb0 [diff] [blame] |
Issue #25017: Document that htmllib is superseded by module HTMLParser
diff --git a/Doc/library/htmllib.rst b/Doc/library/htmllib.rst index d9d81df..e5045dd 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::