]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Aug 2012 18:03:49 +0000 (20:03 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Aug 2012 18:03:49 +0000 (20:03 +0200)
commit7c7ea62e6c20ed3a91dbac1ea922141975d0100f
tree4890c624064c33cd305d07bef6ec98f4fd85afc5
parent53386d8f206453317110cb0f80d2147eab34c916
Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows
if the bytes filenames cannot be encoded from the file system (ANSI) code page
Lib/test/test_genericpath.py