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 eric.araujo, ezio.melotti, python-dev, r.david.murray, teoryn
Date 2011-11-14.17:12:07
SpamBayes Score 0.010406581
Marked as misclassified No
Message-id <1321290728.24.0.545149592099.issue12629@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed, thanks for the report!
Apparently the correct way to parse <y z=""o"" /> is:
starttag y
attribute z with value ""
attribute o"" with no value
So this is what HTMLParser does now.
History
Date User Action Args
2011-11-14 17:12:08ezio.melottisetrecipients: + ezio.melotti, eric.araujo, r.david.murray, python-dev, teoryn
2011-11-14 17:12:08ezio.melottisetmessageid: <1321290728.24.0.545149592099.issue12629@psf.upfronthosting.co.za>
2011-11-14 17:12:07ezio.melottilinkissue12629 messages
2011-11-14 17:12:07ezio.melotticreate