From: Victor Stinner Date: Sun, 18 Apr 2010 08:25:10 +0000 (+0000) Subject: Blocked revisions 80163 via svnmerge X-Git-Tag: v3.1.3rc1~931 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a88d7dfda81669842420a48c3e25664570c6b4e7;p=python Blocked revisions 80163 via svnmerge ........ r80163 | victor.stinner | 2010-04-18 10:23:42 +0200 (dim., 18 avril 2010) | 4 lines Issue #8422, test_genericpath: skip the creation of a directory with an invalid UTF name on Mac OS X because the OS deny it (the name have to be a valid UTF8 string). ........ ---