mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#2927: Added the unescape() function to the html module.
This commit is contained in:
parent
5160da1afc
commit
4a9ee26750
7 changed files with 215 additions and 49 deletions
|
@ -20,6 +20,7 @@ This module defines four dictionaries, :data:`html5`,
|
|||
Note that the trailing semicolon is included in the name (e.g. ``'gt;'``),
|
||||
however some of the names are accepted by the standard even without the
|
||||
semicolon: in this case the name is present with and without the ``';'``.
|
||||
See also :func:`html.unescape`.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue