[issue8047] Serialiser in ElementTree returns unicode strings in Py3k

Fredrik Lundh report at bugs.python.org
Fri Mar 12 13:38:59 CET 2010


Fredrik Lundh <fredrik at effbot.org> added the comment:

Interesting.  But isn't the problem with 3.1 that it relies on the standard encoding, which results in code that may or may not work depending on a global platform setting?  Who's doing the encoding in the new version?  And what ends up in the file?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8047>
_______________________________________


More information about the Python-bugs-list mailing list