]> granicus.if.org Git - python/commit
#15114: The html.parser module now raises a DeprecationWarning when the strict argume...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 2 Nov 2013 15:08:24 +0000 (17:08 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 2 Nov 2013 15:08:24 +0000 (17:08 +0200)
commit88ebfb129b59dc8a2b855fc93fcf32457128d64d
treec1c3e6ab03e4c6431330402cabe40b8889353454
parent28f0beaff692117a55ab919e87d336044935a0ab
#15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used.
Doc/library/html.parser.rst
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS