]> granicus.if.org Git - python/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:31:36 +0000 (18:31 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 7 Nov 2013 16:31:36 +0000 (18:31 +0200)
commitb8147452265077d4c12464a9943903f0d040f79c
treefa6d0969cabf2cb14c99e7f049978d3b9f675527
parenta691219716ea8f2089fb35c573a1f055872d4da2
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
Lib/HTMLParser.py
Lib/test/test_htmlparser.py
Misc/NEWS