]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for case-foldin...
authorSteve Dower <steve.dower@python.org>
Fri, 10 Jun 2022 16:36:02 +0000 (17:36 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 16:36:02 +0000 (17:36 +0100)
commit9041b00283737f77acbb392871886913d82144f8
treec507ac7b77170e6b5dda509be8d6a8b60bdfb738
parenta2695be91cbe8262828bb44c20d11f16f9a040f6
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for case-folding (GH-93674)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Windows/2022-03-20-15-47-35.bpo-42658.16eXtb.rst [new file with mode: 0644]
Modules/_winapi.c
Modules/clinic/_winapi.c.h