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 ggenellina
Recipients ggenellina, mnewman
Date 2009-01-18.09:34:40
SpamBayes Score 3.873113e-06
Marked as misclassified No
Message-id <1232271282.53.0.203558907333.issue4973@psf.upfronthosting.co.za>
In-reply-to
Content
This is the expected behavior; that's why the function takes an 
"encoding" argument. As it returns a complete XML document, it must be 
already encoded. Other methods return just document pieces, so str is 
fine. Probably should be better explained in the documentation.
History
Date User Action Args
2009-01-18 09:34:42ggenellinasetrecipients: + ggenellina, mnewman
2009-01-18 09:34:42ggenellinasetmessageid: <1232271282.53.0.203558907333.issue4973@psf.upfronthosting.co.za>
2009-01-18 09:34:41ggenellinalinkissue4973 messages
2009-01-18 09:34:40ggenellinacreate