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 gvanrossum, neologix, pitrou, serhiy.storchaka, vajrasky
Date 2013-12-17.07:09:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387264177.16.0.901935352072.issue19717@psf.upfronthosting.co.za>
In-reply-to
Content
Vajrasky's patch implements fourth strategy, which is not conform neither --canonicalize nor --canonicalize-missing. Path(BASE, 'foo', 'in', 'spam') is resolved to Path(BASE, 'foo'). I doubt that this is most expected behavior.
History
Date User Action Args
2013-12-17 07:09:37serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, pitrou, neologix, vajrasky
2013-12-17 07:09:37serhiy.storchakasetmessageid: <1387264177.16.0.901935352072.issue19717@psf.upfronthosting.co.za>
2013-12-17 07:09:37serhiy.storchakalinkissue19717 messages
2013-12-17 07:09:36serhiy.storchakacreate