From: Victor Stinner Date: Thu, 13 May 2010 16:20:26 +0000 (+0000) Subject: Blocked revisions 81135 via svnmerge (r81135 is a merge of r80163 from py3k) X-Git-Tag: v3.2a1~821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e445795b8254edd16b4386cdf58d2fcd7cf273c2;p=python Blocked revisions 81135 via svnmerge (r81135 is a merge of r80163 from py3k) ........ r81135 | victor.stinner | 2010-05-13 18:18:14 +0200 (jeu., 13 mai 2010) | 6 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). Merge r80163 from py3k branch. ........ ---