diff options
author | Georg Brandl <georg@python.org> | 2008-05-20 07:21:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-20 07:21:58 (GMT) |
commit | 3682dfead55026016627e681cf7d376bbb053f35 (patch) | |
tree | 161426952acb8b259c9295753609d0de2ad661f5 /Doc/library/htmlparser.rst | |
parent | 5a42ca6c04d2db1f3040ae43f37a4f350251c25c (diff) | |
download | cpython-3682dfead55026016627e681cf7d376bbb053f35.zip cpython-3682dfead55026016627e681cf7d376bbb053f35.tar.gz cpython-3682dfead55026016627e681cf7d376bbb053f35.tar.bz2 |
Standardize renaming notes.
Diffstat (limited to 'Doc/library/htmlparser.rst')
-rw-r--r-- | Doc/library/htmlparser.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/library/htmlparser.rst b/Doc/library/htmlparser.rst index 3019eb4..a5c185c 100644 --- a/Doc/library/htmlparser.rst +++ b/Doc/library/htmlparser.rst @@ -6,8 +6,10 @@ :synopsis: A simple parser that can handle HTML and XHTML. .. note:: - The :mod:`HTMLParser` module has been renamed to - :mod:`html.parser` in Python 3.0. + + The :mod:`HTMLParser` module has been renamed to :mod:`html.parser` in Python + 3.0. The :term:`2to3` tool will automatically adapt imports when converting + your sources to 3.0. .. versionadded:: 2.2 |