[issue43397] Incorrect conversion path case with german character

Eryk Sun report at bugs.python.org
Tue Mar 9 10:06:51 EST 2021


Eryk Sun <eryksun at gmail.com> added the comment:

ntpath.normcase() needs a platform-dependent implementation that calls LCMapStringEx() in Windows, in order to properly agree with case-insensitive Windows filesystems. See bpo-42658.

----------
nosy: +eryksun
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> os.path.normcase() is inconsistent with Windows file system

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43397>
_______________________________________


More information about the Python-bugs-list mailing list