From: Victor Stinner Date: Sun, 18 Apr 2010 08:03:53 +0000 (+0000) Subject: Blocked revisions 80161 via svnmerge X-Git-Tag: v3.1.3rc1~932 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=387a7854564991bec4fbcda462a614311c683a5d;p=python Blocked revisions 80161 via svnmerge ........ r80161 | victor.stinner | 2010-04-18 09:59:53 +0200 (dim., 18 avril 2010) | 4 lines 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. ........ ---