Changeset 391 for python/trunk/Doc/library/htmllib.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/htmllib.rst
r2 r391 7 7 8 8 .. deprecated:: 2.6 9 The :mod:`htmllib` module has been removed in Python 3. 0.9 The :mod:`htmllib` module has been removed in Python 3. 10 10 11 11 … … 163 163 164 164 The :mod:`htmlentitydefs` module has been renamed to :mod:`html.entities` in 165 Python 3. 0.The :term:`2to3` tool will automatically adapt imports when166 converting your sources to 3.0.165 Python 3. The :term:`2to3` tool will automatically adapt imports when 166 converting your sources to Python 3. 167 167 168 **Source code:** :source:`Lib/htmlentitydefs.py` 169 170 -------------- 168 171 169 172 This module defines three dictionaries, ``name2codepoint``, ``codepoint2name``, 170 173 and ``entitydefs``. ``entitydefs`` is used by the :mod:`htmllib` module to 171 provide the :attr:`entitydefs` memberof the :class:`HTMLParser` class. The174 provide the :attr:`entitydefs` attribute of the :class:`HTMLParser` class. The 172 175 definition provided here contains all the entities defined by XHTML 1.0 that 173 176 can be handled using simple textual substitution in the Latin-1 character set
Note:
See TracChangeset
for help on using the changeset viewer.