[issue1767933] Badly formed XML using etree and utf-16

Amaury Forgeot d'Arc report at bugs.python.org
Sun May 20 20:27:14 CEST 2012


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The patch needs some tests.
Also, it seems that ElementTree.write() will only accept files inheriting from io.IOBase, where a only a .write() method was expected before. Is it the case?

----------

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


More information about the Python-bugs-list mailing list