[issue1486713] HTMLParser : A auto-tolerant parsing mode

Terry J. Reedy report at bugs.python.org
Tue Aug 24 18:26:04 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I agree that a tolerant mode would be good (and often requested). String encoding and decoding also have strict and forgiving modes, so this seems close to a policy.

Unit tests with example snippets that properly fail strict mode and pass the new tolerant mode are needed both to completely review and apply a patch.

----------

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


More information about the Python-bugs-list mailing list