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 brian.curtin, eryksun, mandel, paul.moore, pitrou, steve.dower, tim.golden, zach.ware
Date 2021-03-21.23:12:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616368341.04.0.961206008482.issue15286@roundup.psfhosted.org>
In-reply-to
Content
This old issue still needs to be fixed. The check for special_prefixes in ntpath.normpath() must be removed in order to be consistent with WinAPI GetFullPathNameW(). In Windows, one can just call ntpath.abspath() to ensure that nt._getfullpathname() is called. But "Lib/ntpath.py" is cross-platform.
History
Date User Action Args
2021-03-21 23:12:21eryksunsetrecipients: + eryksun, paul.moore, pitrou, tim.golden, brian.curtin, mandel, zach.ware, steve.dower
2021-03-21 23:12:21eryksunsetmessageid: <1616368341.04.0.961206008482.issue15286@roundup.psfhosted.org>
2021-03-21 23:12:21eryksunlinkissue15286 messages
2021-03-21 23:12:20eryksuncreate