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, python-dev, r.david.murray, serhiy.storchaka, tim.golden, valhallasw, zach.ware
Date 2014-01-27.21:21:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390857699.05.0.379698456473.issue19456@psf.upfronthosting.co.za>
In-reply-to
Content
Committed first patch (with small change, ntpath.join('c:', 'C:') now returns 'C:').

There is yet one argument for first option: it is almost impossible (with current design) to implement second option in pathlib.
History
Date User Action Args
2014-01-27 21:21:39serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, pitrou, tim.golden, r.david.murray, valhallasw, python-dev, martin.panter, zach.ware, elixir, Bruce.Leban
2014-01-27 21:21:39serhiy.storchakasetmessageid: <1390857699.05.0.379698456473.issue19456@psf.upfronthosting.co.za>
2014-01-27 21:21:39serhiy.storchakalinkissue19456 messages
2014-01-27 21:21:39serhiy.storchakacreate