Skip to content

Commit d430371

Browse files
committed
update news
1 parent 6789cd9 commit d430371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -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.
1+
Support native Windows case-insensitive path comparisons by using
2+
``LCMapStringEx`` instead of :func:`str.lower` in :func:`ntpath.normcase`.
3+
Add ``LCMapStringEx`` to the :mod:`_winapi` module.

0 commit comments

Comments
 (0)