Serhiy Storchaka added the comment:

'//hostname/foo/' is an UNC path.  Now splitunc() deprecated and splitdrive() 
works with an UNC paths.

>>> ntpath.splitdrive('//hostname/foo/')
('//hostname/foo', '/')

----------
nosy: +serhiy.storchaka

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

Reply via email to