]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39791: Support file systems that cannot support non-ascii filenames (skipping...
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 7 Jun 2020 14:57:45 +0000 (10:57 -0400)
committerGitHub <noreply@github.com>
Sun, 7 Jun 2020 14:57:45 +0000 (10:57 -0400)
commit2efe18bf277dd0f38a1d248ae6bdd30947c26880
treeae3a827bca4fe68fa1263e9d11f3dec72223b2fb
parent47a23fc63fa5df2da8dbc542e78e521d4a7f10c9
bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (#20681)
Lib/test/test_importlib/fixtures.py
Lib/test/test_importlib/test_main.py