Message 89583 - Python tracker (original) (raw)
Message89583
Author | effbot |
---|---|
Recipients | Neil Muller, effbot, hodgestar, pitrou |
Date | 2009-06-21.21:33:00 |
SpamBayes Score | 0.06300312 |
Marked as misclassified | No |
Message-id | 1245619982.71.0.260391494208.issue6233@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
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. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2009-06-21 21:33:03 | effbot | set | recipients: + effbot, pitrou, hodgestar, Neil Muller |
2009-06-21 21:33:02 | effbot | set | messageid: 1245619982.71.0.260391494208.issue6233@psf.upfronthosting.co.za |
2009-06-21 21:33:01 | effbot | link | issue6233 messages |
2009-06-21 21:33:00 | effbot | create |