From: Victor Stinner Date: Thu, 13 May 2010 16:24:45 +0000 (+0000) Subject: Blocked revisions 81135,81137 via svnmerge X-Git-Tag: v2.6.6rc1~332 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c7f430f153273b489a3e09f7137589dc547e9ca;p=python Blocked revisions 81135,81137 via svnmerge ........ 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. ........ r81137 | victor.stinner | 2010-05-13 18:22:15 +0200 (jeu., 13 mai 2010) | 4 lines Fix verb tense in skip message. Ooops, merge also r80334 (patch by r.david.murray) ........ ---