summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-11-14 00:30:46 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-11-14 00:30:46 (GMT)
commit5118f7b9aff61fc3c1403c269145a4d4b17961cd (patch)
tree6ac02f3d6a13c835be25cc451f7df8318798e9f8 /Doc
parentef2b2f437e7160ea68d8087df43c069fa6534fb0 (diff)
downloadcpython-5118f7b9aff61fc3c1403c269145a4d4b17961cd.zip
cpython-5118f7b9aff61fc3c1403c269145a4d4b17961cd.tar.gz
cpython-5118f7b9aff61fc3c1403c269145a4d4b17961cd.tar.bz2
Issue #25017: Document that htmllib is superseded by module HTMLParser
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/htmllib.rst2
1 files changed, 2 insertions, 0 deletions
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::