]> granicus.if.org Git - python/commit
#13987: HTMLParser is now able to handle malformed start tags.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 15 Feb 2012 11:19:10 +0000 (13:19 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 15 Feb 2012 11:19:10 +0000 (13:19 +0200)
commit65d36dab4d915eb9fada52b867301b546e840fae
tree62d6c6eaf8063e7c1bb263f7e2947c7cdfcbe3b4
parentd2307cb48ab09baa846947c5c2c4001dce9b6e52
#13987: HTMLParser is now able to handle malformed start tags.
Lib/HTMLParser.py
Lib/test/test_htmlparser.py
Misc/NEWS