STINNER Victor <[email protected]> added the comment: > GetFullPathName() is an abspath() equivalent. For realpath() you > want GetFinalPathNameByHandle(), aka. _nt.getfinalpathname().
Ah? ntpath.realpath() uses nt._getfullpathname(). Is it a bug in ntpath? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14088> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
