]> granicus.if.org Git - python/commit
#15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 23 Jun 2012 13:27:51 +0000 (15:27 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 23 Jun 2012 13:27:51 +0000 (15:27 +0200)
commit3861d8b27127a261391ee49ff8634a4ef3ba1dd3
treec76b34f4269c742f50be485890703200262def43
parenta4db02c7a38c5669b5678f1e972d8b9c6d3a2238
#15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup.
Doc/library/html.parser.rst
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS