]> granicus.if.org Git - python/commit
Issue #6662: Fix parsing of malformatted charref (&#bad;)
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 24 May 2010 21:33:24 +0000 (21:33 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 24 May 2010 21:33:24 +0000 (21:33 +0000)
commit554a3b82e40573846f893ffdfff230e1d908af57
tree8ab602c52463479d9d7c7263d25ea77f62f4e4c2
parentf0757a2937b4b341d828f68c1a857658fac01649
Issue #6662: Fix parsing of malformatted charref (&#bad;)
Lib/HTMLParser.py
Lib/test/test_htmlparser.py
Misc/NEWS