]> granicus.if.org Git - python/commit
#21047: set the default value for the *convert_charrefs* argument of HTMLParser to...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 2 Aug 2014 15:36:12 +0000 (18:36 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 2 Aug 2014 15:36:12 +0000 (18:36 +0300)
commit6fc16d81af0ec11e79a17e2af12e8653382cef26
tree46c2ed00a7cb5efb78bafd818c3e2b9e04a66c01
parent11bec7a1b83d0edffbcff29dccbabd660f5a9a7b
#21047: set the default value for the *convert_charrefs* argument of HTMLParser to True.  Patch by Berker Peksag.
Doc/library/html.parser.rst
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS