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 teoryn
Recipients teoryn
Date 2011-07-24.18:35:06
SpamBayes Score 0.000803954
Marked as misclassified No
Message-id <1311532507.83.0.00235537878353.issue12629@psf.upfronthosting.co.za>
In-reply-to
Content
Given the input '<x><y z=""o"" /></x>', HTMLParser only detects the opening x tag, and then stops parsing. Ideally this should behave like the case '<x><y z="""" /></x>' which raises an error and then can continue parsing the close x tag.
History
Date User Action Args
2011-07-24 18:35:07teorynsetrecipients: + teoryn
2011-07-24 18:35:07teorynsetmessageid: <1311532507.83.0.00235537878353.issue12629@psf.upfronthosting.co.za>
2011-07-24 18:35:07teorynlinkissue12629 messages
2011-07-24 18:35:07teoryncreate