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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19480>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to