This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kaba2
Recipients kaba2
Date 2012-09-07.16:50:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347036650.66.0.528985809212.issue15880@psf.upfronthosting.co.za>
In-reply-to
Content
By inspecting the code for os.path.split() in ntpath.py, one sees that the problem is actually in os.path.splitdrive(), which does not handle long-UNC paths.
History
Date User Action Args
2012-09-07 16:50:50kaba2setrecipients: + kaba2
2012-09-07 16:50:50kaba2setmessageid: <1347036650.66.0.528985809212.issue15880@psf.upfronthosting.co.za>
2012-09-07 16:50:50kaba2linkissue15880 messages
2012-09-07 16:50:50kaba2create