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 Bruce.Leban, elixir, gvanrossum, martin.panter, pitrou, serhiy.storchaka
Date 2013-12-06.17:58:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386352730.48.0.799665455824.issue19456@psf.upfronthosting.co.za>
In-reply-to
Content
With previous patch:

>>> ntpath.join('C:a/b', 'D:y/z')
'D:y/z\\y/z'

Should be 'D:y/z'.

Here is other patch which implements same algorithm as in pathlib (issue19908). Added new tests, removed duplicated tests.
History
Date User Action Args
2013-12-06 17:58:50serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, pitrou, martin.panter, elixir, Bruce.Leban
2013-12-06 17:58:50serhiy.storchakasetmessageid: <1386352730.48.0.799665455824.issue19456@psf.upfronthosting.co.za>
2013-12-06 17:58:50serhiy.storchakalinkissue19456 messages
2013-12-06 17:58:50serhiy.storchakacreate