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

eryksun report at bugs.python.org
Sat Aug 30 01:52:12 CEST 2014


eryksun added the comment:

On second thought, while the parallels between drives and shares are nice, beyond that this makes no sense to me.

http://hg.python.org/cpython/file/c0e311e010fc/Lib/ntpath.py#l91

Windows uses hidden environment variables (e.g. "=C:") for the working directory on each drive, but not for network shares.

----------

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


More information about the Python-bugs-list mailing list