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 loewis
Recipients Goffi, docs@python, loewis
Date 2010-12-27.16:02:30
SpamBayes Score 0.007416878
Marked as misclassified No
Message-id <1293465753.6.0.0110812917227.issue10781@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation is incorrect; writexml does not support an encoding parameter. Only Document nodes support the encoding parameter in writexml, and it is intentional that its only effect is to fill out the XML declaration.

I don't understand the last sentence in your report: what is it that you want to see supported, and how is that related to this issue?
History
Date User Action Args
2010-12-27 16:02:33loewissetrecipients: + loewis, docs@python, Goffi
2010-12-27 16:02:33loewissetmessageid: <1293465753.6.0.0110812917227.issue10781@psf.upfronthosting.co.za>
2010-12-27 16:02:30loewislinkissue10781 messages
2010-12-27 16:02:30loewiscreate