]> granicus.if.org Git - python/commit
Issue #8340, test_abs_path() of test_site: encode paths to ASCII with
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 18 Apr 2010 07:59:53 +0000 (07:59 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 18 Apr 2010 07:59:53 +0000 (07:59 +0000)
commitf3bc258b947de621b5487f8be8f07f936fc7fdf9
treea4d93d4e95d0e14f256a6dbf7a86e486001fc74a
parent738446f0f7d2e1ca76dd70d59c02312992194644
Issue #8340, test_abs_path() of test_site: encode paths to ASCII with
backslashreplace to avoid locale issues, don't write stderr to a pipe to ease
debug, separate directories by newlines instead of a space.
Lib/test/test_site.py