On Sat, 16 Oct 2010 15:14:10 +0200 (CEST) victor.stinner <python-check...@python.org> wrote: > Author: victor.stinner > Date: Sat Oct 16 15:14:10 2010 > New Revision: 85569 > > Log: > Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) 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. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com