[issue14088] sys.executable generating canonical path

STINNER Victor report at bugs.python.org
Thu Feb 23 00:26:04 CET 2012


STINNER Victor <victor.stinner at gmail.com> 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 <report at bugs.python.org>
<http://bugs.python.org/issue14088>
_______________________________________


More information about the Python-bugs-list mailing list