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
收信人 belopolsky, eric.araujo, ezio.melotti, fdrake, orsenthil, pluskid, python-dev, r.david.murray, v+python
日期 2011-04-06.16:27:21
SpamBayes Score 0.00035238906
Marked as misclassified
Message-id <1302107242.46.0.603478474491.issue7311@psf.upfronthosting.co.za>
In-reply-to
内容
I would agree if the HTMLParser was compliant with the HTML 4.01 specs, but since it's more permissive and uses its own heuristic to determine what should be parsed and what shouldn't, I think it's better to use already existing heuristics (either the HTML5 ones or the ones used by the browsers).
I.e., I'm not trying to make it HTML5 compliant, just to make it work with what works on the browsers.
历史
日期 用户 动作 参数
2011-04-06 16:27:22ezio.melotti修改recipients: + ezio.melotti, fdrake, belopolsky, orsenthil, eric.araujo, v+python, r.david.murray, pluskid, python-dev
2011-04-06 16:27:22ezio.melotti修改messageid: <1302107242.46.0.603478474491.issue7311@psf.upfronthosting.co.za>
2011-04-06 16:27:21ezio.melotti链接issue7311 messages
2011-04-06 16:27:21ezio.melotti创建