Standardize renaming notes.

This commit is contained in:
Georg Brandl 2008-05-20 07:21:58 +00:00
parent 5a42ca6c04
commit 3682dfead5
2 changed files with 7 additions and 3 deletions

View File

@ -157,8 +157,10 @@ additional methods and instance variables for use within tag methods.
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
.. note::
The :mod:`htmlentitydefs` module has been renamed to :mod:`html.entities` in
Python 3.0.
Python 3.0. The :term:`2to3` tool will automatically adapt imports when
converting your sources to 3.0.
This module defines three dictionaries, ``name2codepoint``, ``codepoint2name``,

View File

@ -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