[issue11033] ElementTree.fromstring doesn't work with Unicode

STINNER Victor report at bugs.python.org
Wed Feb 2 17:10:52 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Since 2.x is closed for new features, this has to be rejected.

We can explain in ElementTree documentation how to pass non-ASCII unicode strings: using explicit encoding to UTF-8.

----------
nosy: +haypo
status: pending -> open

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


More information about the Python-bugs-list mailing list