]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Oct 2019 18:12:17 +0000 (11:12 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2019 18:12:17 +0000 (11:12 -0700)
commit175abccbbfccb2f6489dc5c73f4630c1b25ce504
treee39fcd9f7b0726ece043623bf1873fbd63e23f76
parent3dec84f40ef49bab994a1af4e6082bf81021feab
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)

(cherry picked from commit 10ecbadb799ddf3393d1fc80119a3db14724d381)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]