diff options
author | Steve Dower <steve.dower@python.org> | 2019-09-10 13:52:48 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2019-09-10 13:52:48 (GMT) |
commit | 97d7906e30eeee1261b20a45a22242a8accb1cfb (patch) | |
tree | 2d94ba32b612a2fbe82b2abd7b42a89d8ef04c28 /Misc/NEWS.d | |
parent | cd8221152dd235ec5d06e3d9d0d8787645bbac8e (diff) | |
download | cpython-97d7906e30eeee1261b20a45a22242a8accb1cfb.zip cpython-97d7906e30eeee1261b20a45a22242a8accb1cfb.tar.gz cpython-97d7906e30eeee1261b20a45a22242a8accb1cfb.tar.bz2 |
bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-09-10-14-21-40.bpo-38087.--eIib.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-09-10-14-21-40.bpo-38087.--eIib.rst b/Misc/NEWS.d/next/Windows/2019-09-10-14-21-40.bpo-38087.--eIib.rst new file mode 100644 index 0000000..ca625cc --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-09-10-14-21-40.bpo-38087.--eIib.rst @@ -0,0 +1 @@ +Fix case sensitivity in test_pathlib and test_ntpath. |