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.

作者 effbot
收信人 Neil Muller, effbot, hodgestar, pitrou
日期 2009-06-21.21:33:00
SpamBayes Score 0.06300312
Marked as misclassified
Message-id <1245619982.71.0.260391494208.issue6233@psf.upfronthosting.co.za>
In-reply-to
内容
Umm.  Isn't _encode used to encode tags and attribute names?  The charref 
syntax is only valid in CDATA sections and attribute values, which are 
encoded by the corresponding _escape functions.  I suspect this patch will 
make things blow up on a non-ASCII tag/attribute name.
历史
日期 用户 动作 参数
2009-06-21 21:33:03effbot修改recipients: + effbot, pitrou, hodgestar, Neil Muller
2009-06-21 21:33:02effbot修改messageid: <1245619982.71.0.260391494208.issue6233@psf.upfronthosting.co.za>
2009-06-21 21:33:01effbot链接issue6233 messages
2009-06-21 21:33:00effbot创建