[issue3574] compile() cannot decode Latin-1 source encodings

STINNER Victor report at bugs.python.org
Sat Oct 4 04:36:39 CEST 2008


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

After reading tokenizer.c 1000 times, I finally used grep:

$ grep -l -i 'iso.8859.1' $(find -name "*.c")
./Python/ast.c <~~~ WTF?
./Objects/unicodeobject.c
./Parser/tokenizer.c
./Modules/cjkcodecs/_codecs_iso2022.c
./Modules/expat/xmltok.c

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


More information about the Python-bugs-list mailing list