mirror of https://github.com/python/cpython
Standardize renaming notes.
This commit is contained in:
parent
5a42ca6c04
commit
3682dfead5
|
@ -157,8 +157,10 @@ additional methods and instance variables for use within tag methods.
|
||||||
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
|
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The :mod:`htmlentitydefs` module has been renamed to :mod:`html.entities` in
|
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``,
|
This module defines three dictionaries, ``name2codepoint``, ``codepoint2name``,
|
||||||
|
|
|
@ -6,8 +6,10 @@
|
||||||
:synopsis: A simple parser that can handle HTML and XHTML.
|
:synopsis: A simple parser that can handle HTML and XHTML.
|
||||||
|
|
||||||
.. note::
|
.. 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
|
.. versionadded:: 2.2
|
||||||
|
|
Loading…
Reference in New Issue