]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5...
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 7 Nov 2013 16:33:24 +0000 (18:33 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 7 Nov 2013 16:33:24 +0000 (18:33 +0200)
commit7165d8b9ba7df402fb167ff20dc6d1a35e7386ed
tree921e63e026e5d5d8f296e71e7dd81326cd370db9
parentd5a2f0b3a13974e4a62d088aee6f920262c37add
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS