Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14088>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to