[issue10123] test_doctest failure with ASCII filesystem encoding

2010-10-16 Thread STINNER Victor
STINNER Victor added the comment: Fixed by r85578. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-

[issue10123] test_doctest failure with ASCII filesystem encoding

2010-10-16 Thread STINNER Victor
STINNER Victor added the comment: Failures occurred on: http://www.python.org/dev/buildbot/builders/AMD64%20Gentoo%20Wide%203.x http://www.python.org/dev/buildbot/builders/sparc%20solaris10%20gcc%203.x test_zipimport_support does also fail, but it is linked to test_doctest failures. -

[issue10123] test_doctest failure with ASCII filesystem encoding

2010-10-16 Thread STINNER Victor
New submission from STINNER Victor : In #10114, I changed parser filename encoding from utf-8/strict to the filesystem encoding/surrogateescape. With C locale, the filesystem encoding is ASCII and test_doctest fails because it uses an unencoable filename (foo-b...@baz.py). A solution is to wr