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 pitrou
Recipients Kevin.Norris, eryksun, pitrou, steve.dower, tim.golden, zach.ware
Date 2014-09-07.12:12:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410091933.17.0.609370233066.issue22299@psf.upfronthosting.co.za>
In-reply-to
Content
I'm a bit worried about the consequences still. If you take "C:" and join it with e.g. "foo", you get a drive-relative path. If you take "//?/C:/" and join it with e.g. "foo", you get an absolute path (or, if you remove the drive's trailing slash, you get something that's invalid AFAIK).

So the question is: how implicit/explicit will the conversion be, and at which stages will it happen?
History
Date User Action Args
2014-09-07 12:12:13pitrousetrecipients: + pitrou, tim.golden, zach.ware, eryksun, steve.dower, Kevin.Norris
2014-09-07 12:12:13pitrousetmessageid: <1410091933.17.0.609370233066.issue22299@psf.upfronthosting.co.za>
2014-09-07 12:12:13pitroulinkissue22299 messages
2014-09-07 12:12:13pitroucreate