]> granicus.if.org Git - python/commit
#13993: HTMLParser is now able to handle broken end tags when strict=False.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 13 Feb 2012 09:24:50 +0000 (11:24 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 13 Feb 2012 09:24:50 +0000 (11:24 +0200)
commit5211ffe4df8ea41423c1a37635f7c1263a1db754
tree6355289a2eb279ca90b8b78a0e42e434366f9cae
parentefc66f9e365be38ffb3db5252a10170df8a947ac
#13993: HTMLParser is now able to handle broken end tags when strict=False.
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS