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 pitrou, serhiy.storchaka
Date 2013-12-06.11:50:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386330609.63.0.822642752717.issue19908@psf.upfronthosting.co.za>
In-reply-to
Content
>>> pathlib.PureWindowsPath('C:/a/b').joinpath('D:x/y')
PureWindowsPath('D:/a/b/D:/x/y')

See also issue19456.
History
Date User Action Args
2013-12-06 11:50:09serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2013-12-06 11:50:09serhiy.storchakasetmessageid: <1386330609.63.0.822642752717.issue19908@psf.upfronthosting.co.za>
2013-12-06 11:50:09serhiy.storchakalinkissue19908 messages
2013-12-06 11:50:09serhiy.storchakacreate