[issue15114] Deprecate strict mode of HTMLParser

Ezio Melotti report at bugs.python.org
Sat Jun 23 15:34:27 CEST 2012


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

3.3 is done.

3.4
strict arg deprecated (raises a warning)
HTMLParser.error deprecated (raises a warning)

3.5
strict arg removed and strict code removed
HTMLParseError removed
HTMLParser.error and calls to HTMLParser.error removed

----------
keywords:  -patch
priority: release blocker -> normal
stage: commit review -> needs patch
versions: +Python 3.4 -Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15114>
_______________________________________


More information about the Python-bugs-list mailing list