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 amaury.forgeotdarc
Recipients BreamoreBoy, amaury.forgeotdarc, josephw
Date 2013-05-26.20:38:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369600694.21.0.429642316958.issue923697@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, the "http://www.python.org/sax/properties/encoding" is not meant to be a web page. It's like an attribute name, but fully qualified so that attributes given by different organizations don't clash.
(There may be different usages of "encoding": is it the one set by the user, or the one determined by the parser? according to Python docs, here it's both)

Python's default Expat parser doesn't support this feature, so the present behavior is correct.
Proper support should not be difficult to add, with a XmlDeclHandler.
History
Date User Action Args
2013-05-26 20:38:14amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, josephw, BreamoreBoy
2013-05-26 20:38:14amaury.forgeotdarcsetmessageid: <1369600694.21.0.429642316958.issue923697@psf.upfronthosting.co.za>
2013-05-26 20:38:14amaury.forgeotdarclinkissue923697 messages
2013-05-26 20:38:13amaury.forgeotdarccreate