[issue1470548] Bugfix for #1470540 (XMLGenerator cannot output UTF-16)

Serhiy Storchaka report at bugs.python.org
Mon May 28 12:43:25 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

See also issue1767933.

Instead of codecs.StreamWriter better to use io.TextIOWrapper, because the first is slower and has numerous flaws.

----------
nosy: +storchaka
versions: +Python 3.3

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


More information about the Python-bugs-list mailing list