Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Jun 4, 2022
1 parent 6789cd9 commit d430371
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Using Windows function ``LCMapStringEx`` in :func:``ntpath.normcase`` instead
of :func:``str.lower`` to deal with non ASCII characters. The ``LCMapStringEx``
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 comments on commit d430371

Please sign in to comment.