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 uis
Recipients amaury.forgeotdarc, flox, uis
Date 2010-08-26.17:59:21
SpamBayes Score 0.02005662
Marked as misclassified No
Message-id <1282845562.87.0.498937475482.issue9692@psf.upfronthosting.co.za>
In-reply-to
Content
Well, the output of the print is not that interesting as long as ElementTree is able the restore the former attributes value when reading it in again. The print was just used to illustrate that an UnicodeDecodeError appears. Think about doing an 
ElementTree.fromstring( ... ).get( "ATTR" ).encode( "iso-8859-1" ).
History
Date User Action Args
2010-08-26 17:59:23uissetrecipients: + uis, amaury.forgeotdarc, flox
2010-08-26 17:59:22uissetmessageid: <1282845562.87.0.498937475482.issue9692@psf.upfronthosting.co.za>
2010-08-26 17:59:21uislinkissue9692 messages
2010-08-26 17:59:21uiscreate