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

Brett Cannon report at bugs.python.org
Sun Aug 17 03:58:00 CEST 2008


Brett Cannon <brett at python.org> added the comment:

Attached is a test for test_pep3120 (since that is what most likely
introduced the breakage). It's a separate patch since the source file is
marked as binary and thus can't be diffed by ``svn diff``.

----------
components: +Interpreter Core
priority:  -> critical
versions: +Python 3.0
Added file: http://bugs.python.org/file11131/pep3120_test.diff

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


More information about the Python-bugs-list mailing list