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 cms103
Recipients cms103
Date 2009-08-11.19:19:51
SpamBayes Score 3.271135e-07
Marked as misclassified No
Message-id <1250018393.94.0.435666063731.issue6686@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for the xml.sax.handler.property_xml_string SAX
property states that it should be "data type: String".  However when
retrieving this value in Python 3.1 it returns a bytes object instead.

This makes handling the returned value very difficult because there is
no method for retrieving the character set encoding that the XML was
originally encoded with.

This is currently blocking the port of SimpleTAL to Python 3 achieving
feature parity with Python 2.
History
Date User Action Args
2009-08-11 19:19:54cms103setrecipients: + cms103
2009-08-11 19:19:53cms103setmessageid: <1250018393.94.0.435666063731.issue6686@psf.upfronthosting.co.za>
2009-08-11 19:19:52cms103linkissue6686 messages
2009-08-11 19:19:52cms103create