New submission from anatoly techtonik:
Windows.
Python 3:
>>> import os.path as osp
>>> osp.split('//hostname/foo/')
('//hostname/foo/', '')
Python 2:
>>> osp.split('//hostname/foo/')
('//hostname/foo', '')
But Python 3 again:
>>> osp.split('//hostname/foo/bar/')
('//hostname/foo/bar', '')
----------
components: Library (Lib)
messages: 175044
nosy: techtonik
priority: normal
severity: normal
status: open
title: regression: os.path.split('//hostname/foo/bar.txt')
versions: Python 3.1, Python 3.2, Python 3.3
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue16424>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com