[issue22302] Windows os.path.isabs UNC path bug

Steve Dower report at bugs.python.org
Fri Sep 5 19:18:25 CEST 2014


Steve Dower added the comment:

Just did a double-take, but that output for Path('\\\\server\\').parts[0] is actually correct...

>>> Path('\\\\server\\').parts[0]
'\\\\server\\\\'
>>> print(Path('\\\\server\\').parts[0])
\\server\\

----------

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


More information about the Python-bugs-list mailing list