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 vajrasky
Recipients gvanrossum, neologix, pitrou, serhiy.storchaka, vajrasky
Date 2013-12-17.08:20:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387268433.73.0.790551816115.issue19717@psf.upfronthosting.co.za>
In-reply-to
Content
I based my implementation on this statement:

"Guido pointed out that it may more useful to resolve the path components until one doesn't exist"

"until one doesn't exist" in this case means P(BASE, 'foo', 'in', 'spam') resolves until BASE / 'foo'.

If different spec is better, I'll change the implementation.
History
Date User Action Args
2013-12-17 08:20:33vajraskysetrecipients: + vajrasky, gvanrossum, pitrou, neologix, serhiy.storchaka
2013-12-17 08:20:33vajraskysetmessageid: <1387268433.73.0.790551816115.issue19717@psf.upfronthosting.co.za>
2013-12-17 08:20:33vajraskylinkissue19717 messages
2013-12-17 08:20:33vajraskycreate