Sign in
android
/
platform
/
external
/
python
/
cpython3
/
4eab100e0dc764a5b85557aa30265066d1fde72e
/
.
/
Misc
/
NEWS.d
/
next
/
Windows
/
2022-03-20-15-47-35.bpo-42658.16eXtb.rst
blob: 852cc77676a31dc323ea81e3ce1fe721ce41b488 [
file
] [
log
] [
blame
]
Support
native
Windows
case
-
insensitive path comparisons
by
using
``
LCMapStringEx
``
instead of
:
func
:
`str.lower`
in
:
func
:
`ntpath.normcase`
.
Add
``
LCMapStringEx
``
to the
:
mod
:
`_winapi`
module
.