commit | 20c3258bf24da6cffd004e793b3a88b694ffaebd | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu May 13 16:18:14 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu May 13 16:18:14 2010 +0000 |
tree | 5e89cea3739e68bd066029216e5f532a8a4200f1 | |
parent | 81a0450cb55ac0887c8d59b5750f66aa00bd8be1 [diff] |
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.