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 serhiy.storchaka
Recipients serhiy.storchaka, techtonik
Date 2012-11-07.06:30:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352269825.23.0.412065451833.issue16424@psf.upfronthosting.co.za>
In-reply-to
Content
'//hostname/foo/' is an UNC path.  Now splitunc() deprecated and splitdrive() works with an UNC paths.

>>> ntpath.splitdrive('//hostname/foo/')
('//hostname/foo', '/')
History
Date User Action Args
2012-11-07 06:30:25serhiy.storchakasetrecipients: + serhiy.storchaka, techtonik
2012-11-07 06:30:25serhiy.storchakasetmessageid: <1352269825.23.0.412065451833.issue16424@psf.upfronthosting.co.za>
2012-11-07 06:30:25serhiy.storchakalinkissue16424 messages
2012-11-07 06:30:25serhiy.storchakacreate