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

Serhiy Storchaka report at bugs.python.org
Tue Dec 17 10:05:05 CET 2013


Serhiy Storchaka added the comment:

I believe Guido meant one of standard strategies. Current posixpath.realpath() implementation conforms --canonicalize-missing.
It is not clear which two strategies (from three) should be used in Path.resolve().

----------

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


More information about the Python-bugs-list mailing list