eryksun added the comment:

It's a relative path if the share name lacks a trailing slash. Consider the 
hidden share "//server/C$" for the C: drive. "C:" is a relative path, while 
"C:/" is an absolute path. Similarly "//server/C$" is relative, while 
"//server/C$/" is absolute.

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22302>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to