Skip to content
Merged
Prev Previous commit
Next Next commit
Fix news
  • Loading branch information
aisk committed Jun 4, 2022
commit 8a63de20f7d8e544fdc2880e079e051fbe1485b5
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.
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.