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 arigo
Recipients arigo
Date 2014-08-31.10:54:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409482486.14.0.549989709564.issue22312@psf.upfronthosting.co.za>
In-reply-to
Content
For completeness:

   Python 2.7.6: ntpath.splitdrive('//') => ('', '//')
   Python 2.7.8: ntpath.splitdrive('//') => IndexError
History
Date User Action Args
2014-08-31 10:54:46arigosetrecipients: + arigo
2014-08-31 10:54:46arigosetmessageid: <1409482486.14.0.549989709564.issue22312@psf.upfronthosting.co.za>
2014-08-31 10:54:46arigolinkissue22312 messages
2014-08-31 10:54:46arigocreate