diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-11-14 00:30:46 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-11-14 00:30:46 (GMT) |
commit | 5118f7b9aff61fc3c1403c269145a4d4b17961cd (patch) | |
tree | 6ac02f3d6a13c835be25cc451f7df8318798e9f8 /Doc | |
parent | ef2b2f437e7160ea68d8087df43c069fa6534fb0 (diff) | |
download | cpython-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.rst | 2 |
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:: |