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 steve.dower
Recipients akima, eryksun, pitrou, steve.dower
Date 2014-09-05.17:18:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409937505.07.0.919014905542.issue22302@psf.upfronthosting.co.za>
In-reply-to
Content
Just did a double-take, but that output for Path('\\\\server\\').parts[0] is actually correct...

>>> Path('\\\\server\\').parts[0]
'\\\\server\\\\'
>>> print(Path('\\\\server\\').parts[0])
\\server\\
History
Date User Action Args
2014-09-05 17:18:25steve.dowersetrecipients: + steve.dower, pitrou, eryksun, akima
2014-09-05 17:18:25steve.dowersetmessageid: <1409937505.07.0.919014905542.issue22302@psf.upfronthosting.co.za>
2014-09-05 17:18:25steve.dowerlinkissue22302 messages
2014-09-05 17:18:25steve.dowercreate