[issue38453] ntpath.realpath() does not fully resolve relative paths

Steve Dower report at bugs.python.org
Mon Oct 28 13:35:38 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

PR 16967 should fix the relative path resolution property, by joining with cwd if the original path is unprefixed and not absolute, and then joining with any symlink directories if their link is not absolute.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38453>
_______________________________________


More information about the Python-bugs-list mailing list