[issue14088] sys.executable generating canonical path

Antoine Pitrou report at bugs.python.org
Thu Feb 23 00:37:46 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> Ah? ntpath.realpath() uses nt._getfullpathname(). Is it a bug in ntpath?

Probably:

# realpath is a no-op on systems without islink support
realpath = abspath

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14088>
_______________________________________


More information about the Python-bugs-list mailing list