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 elixir
Recipients elixir, gvanrossum, martin.panter, pitrou
Date 2013-11-03.20:51:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383511887.48.0.416112026359.issue19456@psf.upfronthosting.co.za>
In-reply-to
Content
I'm willing to fix this. ntpath.join behaves weird in other situations too:

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

In fact, I don't know what the above should return.
History
Date User Action Args
2013-11-03 20:51:27elixirsetrecipients: + elixir, gvanrossum, pitrou, martin.panter
2013-11-03 20:51:27elixirsetmessageid: <1383511887.48.0.416112026359.issue19456@psf.upfronthosting.co.za>
2013-11-03 20:51:27elixirlinkissue19456 messages
2013-11-03 20:51:27elixircreate