This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, paul.moore, steve.dower, tim.golden, voramva, zach.ware
Date 2021-03-09.15:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615302411.5.0.742068556632.issue43397@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-03-09 15:06:51eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, voramva
2021-03-09 15:06:51eryksunsetmessageid: <1615302411.5.0.742068556632.issue43397@roundup.psfhosted.org>
2021-03-09 15:06:51eryksunlinkissue43397 messages
2021-03-09 15:06:51eryksuncreate