]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39791: Support file systems that cannot support non-ascii filenames (skipping...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 7 Jun 2020 15:17:45 +0000 (08:17 -0700)
committerGitHub <noreply@github.com>
Sun, 7 Jun 2020 15:17:45 +0000 (08:17 -0700)
commit71f501698d64af6463246bc6efdbbf1b85616102
tree1178b46b924cad161aa09bc940e5fa2a0d47680a
parent1d711f2e31e02b2e9cbe4f109bf79541f56c35a2
bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (GH-20681)

(cherry picked from commit 2efe18bf277dd0f38a1d248ae6bdd30947c26880)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/test/test_importlib/fixtures.py
Lib/test/test_importlib/test_main.py