This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, r.david.murray
Date 2013-11-02.17:11:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383412284.15.0.71718267879.issue19480@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-02 17:11:24ezio.melottisetrecipients: + ezio.melotti, r.david.murray
2013-11-02 17:11:24ezio.melottisetmessageid: <1383412284.15.0.71718267879.issue19480@psf.upfronthosting.co.za>
2013-11-02 17:11:24ezio.melottilinkissue19480 messages
2013-11-02 17:11:23ezio.melotticreate