]> granicus.if.org Git - python/commit
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128...
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 5 Sep 2011 14:11:06 +0000 (17:11 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 5 Sep 2011 14:11:06 +0000 (17:11 +0300)
commitd9e0b068af175a2fc1c2fe979ab97b5d4f8239b7
treec1d0984585611c4b99dbbdd02afb02a23736b5e8
parent73abc243458e7d2e35e93d8df625b391cd4f7f62
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities.  Patch by Peter Otten.
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/ACKS
Misc/NEWS