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

Steve Dower report at bugs.python.org
Mon Oct 28 13:44:02 EDT 2019


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

I also had to special-case "realpath('nul')" to maintain the behaviour that we deliberately maintained in another bug, and I think isabs() should always return true for "\\?\" prefixed paths (given that join() will promote a "\\?\" prefixed path to the root).

----------

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


More information about the Python-bugs-list mailing list