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 pitrou
Recipients eli.bendersky, eric.araujo, giampaolo.rodola, ncoghlan, pitrou, r.david.murray, ubershmekel
Date 2012-02-09.16:36:44
SpamBayes Score 0.00379359
Marked as misclassified No
Message-id <1328805236.3352.23.camel@localhost.localdomain>
In-reply-to <1328805302.48.0.080403586215.issue13968@psf.upfronthosting.co.za>
Content
> Yes, that's what I meant by a "single exemption for double dots". The
> solution should start the walk from wherever the double dots lead it
> to.

I don't think that's a single exemption; you should use the same
algorithm for all globs (e.g. "a/*.py"), shouldn't you?
History
Date User Action Args
2012-02-09 16:36:46pitrousetrecipients: + pitrou, ncoghlan, giampaolo.rodola, eric.araujo, r.david.murray, eli.bendersky, ubershmekel
2012-02-09 16:36:44pitroulinkissue13968 messages
2012-02-09 16:36:44pitroucreate