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

Serhiy Storchaka report at bugs.python.org
Tue Dec 17 08:09:37 CET 2013


Serhiy Storchaka added the comment:

Vajrasky's patch implements fourth strategy, which is not conform neither --canonicalize nor --canonicalize-missing. Path(BASE, 'foo', 'in', 'spam') is resolved to Path(BASE, 'foo'). I doubt that this is most expected behavior.

----------

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


More information about the Python-bugs-list mailing list