[issue19456] ntpath doesn't join paths correctly when a drive is present

Guido van Rossum report at bugs.python.org
Sun Nov 3 21:32:55 CET 2013


Guido van Rossum added the comment:

Looking at this some more, I think one of the reasons is that isabs() does not consider paths consisting of *just* a drive (either c: or \\host\share) to be absolute, but it considers a path without a drive but starting with a \ as absolute. So perhaps it's all internally inconsistent. I'm hoping Bruce has something to say to this.

----------

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


More information about the Python-bugs-list mailing list