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:30:34
SpamBayes Score 0.07439585
Marked as misclassified No
Message-id <1328804865.3352.22.camel@localhost.localdomain>
In-reply-to <1328804822.85.0.876588316612.issue13968@psf.upfronthosting.co.za>
Content
> Again with 'a/b/c/d' and let's add a file 'a/b/png'.
> 
> If the curdir is 'c' and you use rglob('../pn*') you won won't find
> '../png' as you would be walking only in the curdir.

That depends how you implement it. If you detect that ".." exists and
glob for "pn*" inside it, you will probably find "../png".
History
Date User Action Args
2012-02-09 16:30:35pitrousetrecipients: + pitrou, ncoghlan, giampaolo.rodola, eric.araujo, r.david.murray, eli.bendersky, ubershmekel
2012-02-09 16:30:34pitroulinkissue13968 messages
2012-02-09 16:30:34pitroucreate