]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#13273: fix a bug that prevented HTMLParser to properly detect some tags when strict...
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 28 Oct 2011 10:21:09 +0000 (13:21 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 28 Oct 2011 10:21:09 +0000 (13:21 +0300)
commitf50ffa94abe67c6ef5e615198af15f72e7cd2a9b
treed37cac5185ec2d8de23e854ff6dddd0bfb54cb49
parent0b85cd06808cf9b865f91b3cf00796ab3f87914a
#13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False.
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS