diff options
author | Neil Schemenauer <nas-github@arctrix.com> | 2021-02-21 21:48:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 21:48:18 (GMT) |
commit | 50288aa8c955f66ab67a7dadf250ea5f4238eb67 (patch) | |
tree | 367fd4b7827d23296c667ef44df0d3a51793b203 /Misc/NEWS.d | |
parent | d5fc99873769f0d0d5c5d5d99059177a75a4e46e (diff) | |
download | cpython-50288aa8c955f66ab67a7dadf250ea5f4238eb67.zip cpython-50288aa8c955f66ab67a7dadf250ea5f4238eb67.tar.gz cpython-50288aa8c955f66ab67a7dadf250ea5f4238eb67.tar.bz2 |
bpo-43288: Fix bug in test_importlib test. (GH-24612)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2021-02-21-11-11-53.bpo-43288.LfTvL-.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-02-21-11-11-53.bpo-43288.LfTvL-.rst b/Misc/NEWS.d/next/Tests/2021-02-21-11-11-53.bpo-43288.LfTvL-.rst new file mode 100644 index 0000000..8463540 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2021-02-21-11-11-53.bpo-43288.LfTvL-.rst @@ -0,0 +1,2 @@ +Fix test_importlib to correctly skip Unicode file tests if the fileystem +does not support them. |