]> granicus.if.org Git - python/commit
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, autom...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 23 Nov 2013 17:52:05 +0000 (19:52 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 23 Nov 2013 17:52:05 +0000 (19:52 +0200)
commit95401c5f6b9f07b094924559177c9b30a1c38998
tree3029ea3bbffc0c53c64275a2e587bbf696a740cb
parente7f87e12626d6ae3b9ed8cae8904a6afad580ffc
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references.
Doc/library/html.parser.rst
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS