[issue3590] sax.parser considers XML as text rather than bytes

Amaury Forgeot d'Arc report at bugs.python.org
Mon Aug 18 23:25:18 CEST 2008


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

I guess that the file is simply opened in text mode ("r"). This uses the
"preferred encoding", which is cp1252 on (western) Windows machines.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list