]> granicus.if.org Git - python/commit
Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 28 Dec 2010 15:55:16 +0000 (15:55 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 28 Dec 2010 15:55:16 +0000 (15:55 +0000)
commit164540fee1f5909364e0758bbb948ee6f7387f14
tree1b8e4bac5472f3c350384e3c6daa293dbfae17c5
parent3b4499c5c7718a2aca8558b857dfe02cc4a80cd9
Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax
Lib/html/parser.py
Lib/test/test_htmlparser.py