Eryk Sun <eryk...@gmail.com> added the comment:

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.

----------
assignee: brian.curtin -> 
components: +Library (Lib)
nosy: +paul.moore, steve.dower, zach.ware
stage: patch review -> needs patch
versions: +Python 3.10, Python 3.9 -Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue15286>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to