[issue13987] Handling of broken markup in HTMLParser on 2.7

Ezio Melotti report at bugs.python.org
Wed Feb 15 12:27:15 CET 2012


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

This should be fixed now.
The first two chunks of the attached patch have been committed in the two changesets linked in the previous messages.  The third chunk about the end tag has been fixed as part of #13933.  The error previously raised by unknown_decl has been removed in 4743a3a1e669.  More fixes have been backported as part of #13960.
2.7 should now behave like 3.2 non-strict.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list