[Python-Dev] r85569 - in python/branches/py3k: Misc/NEWS Parser/tokenizer.h Python/ast.c Python/bltinmodule.c Python/compile.c Python/pythonrun.c Python/traceback.c (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Sat Oct 16 18:26:31 CEST 2010
- Previous message: [Python-Dev] r85559 - in python/branches/py3k: Doc/library/sys.rst Lib/distutils/command/build_ext.py Lib/distutils/tests/test_build_ext.py Lib/test/test_sys.py Makefile.pre.in Misc/python-config.in Python/sysmodule.c configure configure.in
- Next message: [Python-Dev] r85569 - in python/branches/py3k: Misc/NEWS Parser/tokenizer.h Python/ast.c Python/bltinmodule.c Python/compile.c Python/pythonrun.c Python/traceback.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 16 Oct 2010 15:14:10 +0200 (CEST) victor.stinner <python-checkins at python.org> wrote:
Author: victor.stinner Date: Sat Oct 16 15:14:10 2010 New Revision: 85569
Log: Issue #9713, #10114: Parser functions (eg. PyParserASTFromFile) expects filenames encoded to the filesystem encoding with surrogateescape error handler (to support undecodable bytes), instead of UTF-8 in strict mode.
This change broke at least two buildbots: http://www.python.org/dev/buildbot/builders/AMD64%20Gentoo%20Wide%203.x http://www.python.org/dev/buildbot/builders/sparc%20solaris10%20gcc%203.x
cheers
Antoine.
- Previous message: [Python-Dev] r85559 - in python/branches/py3k: Doc/library/sys.rst Lib/distutils/command/build_ext.py Lib/distutils/tests/test_build_ext.py Lib/test/test_sys.py Makefile.pre.in Misc/python-config.in Python/sysmodule.c configure configure.in
- Next message: [Python-Dev] r85569 - in python/branches/py3k: Misc/NEWS Parser/tokenizer.h Python/ast.c Python/bltinmodule.c Python/compile.c Python/pythonrun.c Python/traceback.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]