]> granicus.if.org Git - python/commit
Issue #8422, test_genericpath: skip the creation of a directory with an invalid
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 13 May 2010 16:18:14 +0000 (16:18 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 13 May 2010 16:18:14 +0000 (16:18 +0000)
commit20c3258bf24da6cffd004e793b3a88b694ffaebd
tree5e89cea3739e68bd066029216e5f532a8a4200f1
parent81a0450cb55ac0887c8d59b5750f66aa00bd8be1
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.
Lib/test/test_genericpath.py