[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


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.



More information about the Python-Dev mailing list