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 akima, eryksun, pitrou, serhiy.storchaka, steve.dower
Date 2014-09-05.17:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409938224.51.0.82911858385.issue22302@psf.upfronthosting.co.za>
In-reply-to
Content
It looks to me that rather handling of "//server/" is buggy than "//server". "//server" is just the same as "/server" or "///server". But "//server/" looks as an UNC path with empty ("") mount point. This is invalid path and we can't create valid path from this path by adding components. Perhaps PureWindowsPath("//server/") should raise an exception.
History
Date User Action Args
2014-09-05 17:30:24serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, eryksun, steve.dower, akima
2014-09-05 17:30:24serhiy.storchakasetmessageid: <1409938224.51.0.82911858385.issue22302@psf.upfronthosting.co.za>
2014-09-05 17:30:24serhiy.storchakalinkissue22302 messages
2014-09-05 17:30:24serhiy.storchakacreate