We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6789cd9 commit d430371Copy full SHA for d430371
Misc/NEWS.d/next/Windows/2022-03-20-15-47-35.bpo-42658.16eXtb.rst
@@ -1,3 +1,3 @@
1
-Using Windows function ``LCMapStringEx`` in :func:``ntpath.normcase`` instead
2
-of :func:``str.lower`` to deal with non ASCII characters. The ``LCMapStringEx``
3
-is added in :mod:``_winapi`` module also.
+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.
0 commit comments