]> granicus.if.org Git - python/commit
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Oct 2019 17:37:15 +0000 (20:37 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2019 17:37:15 +0000 (20:37 +0300)
commit10ecbadb799ddf3393d1fc80119a3db14724d381
treecc60337c59e1c2e32a7f1564e68faf02cb8ececc
parent1e73945470644202262e1ddee2b49e2708a29794
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2019-10-20-12-04-48.bpo-31202.NfdIus.rst [new file with mode: 0644]