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 kune
Recipients kune
Date 2010-08-02.21:02:04
SpamBayes Score 0.192213
Marked as misclassified No
Message-id <1280782925.67.0.136452249646.issue9458@psf.upfronthosting.co.za>
In-reply-to
Content
If one wants to use the encoding parameter of ElementTree.write() the file must be opened with "wb". Without encoding parameter normal files can be used, but the should be opened with the encoding "UTF-8", because otherwise this may create an error.

Probably comparable problems exist with the parser side of things.
History
Date User Action Args
2010-08-02 21:02:05kunesetrecipients: + kune
2010-08-02 21:02:05kunesetmessageid: <1280782925.67.0.136452249646.issue9458@psf.upfronthosting.co.za>
2010-08-02 21:02:04kunelinkissue9458 messages
2010-08-02 21:02:04kunecreate