[issue19480] HTMLParser fails to handle some characters in the starttag

Ezio Melotti report at bugs.python.org
Sat Nov 2 18:11:24 CET 2013


Ezio Melotti added the comment:

Attached a patch for 2.7.  The patch removes a "public" name/regex (tagfind_tolerant).  The name is not documented and it's supposed to be private like all the other top-level names on HTMLParser, and even creating an alias with tagfind_tolerant = tagfind won't work because the groups in the regex changed.

----------
nosy: +r.david.murray
stage: patch review -> commit review
Added file: http://bugs.python.org/file32465/starttag27.diff

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


More information about the Python-bugs-list mailing list