#2927: Added the unescape() function to the html module.

This commit is contained in:
Ezio Melotti 2013-11-19 20:28:45 +02:00
parent 5160da1afc
commit 4a9ee26750
7 changed files with 215 additions and 49 deletions

View file

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