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 eryksun, mesheb82, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2017-07-12.08:01:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499846498.89.0.180010371838.issue30906@psf.upfronthosting.co.za>
In-reply-to
Content
I afraid that failing on os.path.join('', '/path') or os.path.join('.', '/path') can break a lot of code.

> I'd be in favor of preserving the drive when encountering a component starting with a separator.

Already done (issue19456).

>>> import ntpath
>>> ntpath.join('c:foo', '/bar')
'c:/bar'
History
Date User Action Args
2017-07-12 08:01:38serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, tim.golden, zach.ware, mesheb82, eryksun, steve.dower
2017-07-12 08:01:38serhiy.storchakasetmessageid: <1499846498.89.0.180010371838.issue30906@psf.upfronthosting.co.za>
2017-07-12 08:01:38serhiy.storchakalinkissue30906 messages
2017-07-12 08:01:38serhiy.storchakacreate