[issue19717] resolve() fails when the path doesn't exist

Guido van Rossum report at bugs.python.org
Tue Dec 3 00:19:44 CET 2013


Guido van Rossum added the comment:

Hm, so we can choose to be more like POSIX realpath() or more like os.path.realpath().  I guess your original intuition was right.  Close with no action is fine.  If I need a partial real path I can always crawl up parents() until I find a path that does exist.

----------

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


More information about the Python-bugs-list mailing list