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 flox
Recipients effbot, flox, r.david.murray, scoder
Date 2010-03-03.19:10:55
SpamBayes Score 6.837323e-07
Marked as misclassified No
Message-id <1267643457.44.0.00136663727014.issue8047@psf.upfronthosting.co.za>
In-reply-to
Content
With ET 1.3, the serializer ElementTree.write() should output bytes only. And the default encoding is still US-ASCII.

The new behaviour is specific to the 3.x branch (since 3.0, r56841).
Even if it is not fully backward compatible, I don't find this behavior shocking: it is a rule of Python 3 to avoid implicit encoding/decoding.
History
Date User Action Args
2010-03-03 19:10:57floxsetrecipients: + flox, effbot, scoder, r.david.murray
2010-03-03 19:10:57floxsetmessageid: <1267643457.44.0.00136663727014.issue8047@psf.upfronthosting.co.za>
2010-03-03 19:10:56floxlinkissue8047 messages
2010-03-03 19:10:55floxcreate