]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#2927: Added the unescape() function to the html module.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 19 Nov 2013 18:28:45 +0000 (20:28 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 19 Nov 2013 18:28:45 +0000 (20:28 +0200)
commit4a9ee26750aa8cb37b5072b2bb4dd328819febb4
treebc714725cf478795c34bd9f8200a52424a47474b
parent5160da1afc07ab759a95d2b863134a88b9318e65
#2927: Added the unescape() function to the html module.
Doc/library/html.entities.rst
Doc/library/html.rst
Lib/html/__init__.py
Lib/html/parser.py
Lib/test/test_html.py
Lib/test/test_htmlparser.py
Misc/NEWS