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 r.david.murray
Recipients Chenyun Yang, ezio.melotti, josh.r, martin.panter, r.david.murray, xiang.zhang
Date 2015-10-03.14:47:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443883667.05.0.503790260445.issue25258@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect that calling startendtag is also backward incompatible, in that there may be parsers out there that are depending on starttag getting called for <img>, and endtag not getting called (that is, endtag getting called for it will cause them to break).  I would hope that this would not be the case, but I'm worried about it.
History
Date User Action Args
2015-10-03 14:47:47r.david.murraysetrecipients: + r.david.murray, ezio.melotti, martin.panter, josh.r, xiang.zhang, Chenyun Yang
2015-10-03 14:47:47r.david.murraysetmessageid: <1443883667.05.0.503790260445.issue25258@psf.upfronthosting.co.za>
2015-10-03 14:47:47r.david.murraylinkissue25258 messages
2015-10-03 14:47:46r.david.murraycreate