]> 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:17:57 +0000 (11:17 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2019 18:17:57 +0000 (11:17 -0700)
commit2f8d4f08e2fa62cd5c3f6f824be3e7513ff87e07
tree6278e5308bed5b14310b99a0856decdbbe286d24
parentb1fc8c0c8aec7ef8edd119034e076bc48882ffbb
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]