]> granicus.if.org Git - python/commit
Fix Issue10759 - HTMLParser.unescape() to handle malform charrefs.
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 28 Dec 2010 16:05:07 +0000 (16:05 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 28 Dec 2010 16:05:07 +0000 (16:05 +0000)
commit3f60f09eb23be3289ac5cc019391711dcdf800b3
tree25930497b54b42a4c61318d5ede15fded795d149
parent06fdbedf81c49fd9614379ebd68d6388525bf42f
Fix Issue10759  - HTMLParser.unescape() to handle malform charrefs.
Lib/HTMLParser.py
Lib/test/test_htmlparser.py