➜

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.

作者 ezio.melotti
收信人 Neil Muller, ezio.melotti, fdrake, jjlee, kxroberto, orsenthil, r.david.murray, terry.reedy
日期 2011-11-15.19:23:32
SpamBayes Score 0.00019055547
Marked as misclassified 否
Message-id <1321385013.16.0.676984079713.issue1486713@psf.upfronthosting.co.za>
In-reply-to
内容
The HTMLParser is not suitable for validation, even the strict mode allows some non valid markup (and it might be removed soon).
Also I don't think it's easy to call a self.warnings() without trying the strict mode first.  The tolerant parsing just allow more things, without making any distinction between valid and not.
历史
日期 用户 动作 参数
2011-11-15 19:23:33ezio.melotti修改recipients: + ezio.melotti, fdrake, terry.reedy, jjlee, orsenthil, kxroberto, Neil Muller, r.david.murray
2011-11-15 19:23:33ezio.melotti修改messageid: <1321385013.16.0.676984079713.issue1486713@psf.upfronthosting.co.za>
2011-11-15 19:23:32ezio.melotti链接issue1486713 messages
2011-11-15 19:23:32ezio.melotti创建