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 <[email protected]>
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: <[email protected]>
2013-12-06 11:50:09serhiy.storchakalinkissue19908 messages
2013-12-06 11:50:09serhiy.storchakacreate