[issue19945] os.path.split starting with two slashes

2013-12-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: remind -> invalid stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-li

[issue19945] os.path.split starting with two slashes

2013-12-10 Thread Toilal
Changes by Toilal : -- resolution: -> remind status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue19945] os.path.split starting with two slashes

2013-12-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: ntpath.split() in 2.7 doesn't work with UNC names. This is not a bug, this is just a lack of feature. Python 3 is correct. -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue19945] os.path.split starting with two slashes

2013-12-10 Thread Toilal
New submission from Toilal: Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from os.path import split >>> split('//computer/share') ('//computer', 'share') Python 3.3.3 (v3.3.3:c389627