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 ubershmekel
Recipients eli.bendersky, eric.araujo, giampaolo.rodola, ncoghlan, pitrou, r.david.murray, ubershmekel
Date 2012-02-09.16:03:45
SpamBayes Score 0.0057484913
Marked as misclassified No
Message-id <1328803426.08.0.366258891075.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
>> * Behave like a glob for every subdirectory. Meaning that every
>> relative path gets a '*/' prepended to it. Eg rglob('c/d') started
>> from the directory 'a' will yield 'a/b/c/d'.

> That's what I would expect. That way, rglob('__init__.py') would
> find all files named __init__.py beneath the current directory.

Perhaps we should make a single exemption for double dots eg rglob('../../__init__.py') starts the walk 2 folders out of the curdir and looks for '*/__init__.py'.
History
Date User Action Args
2012-02-09 16:03:46ubershmekelsetrecipients: + ubershmekel, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, r.david.murray, eli.bendersky
2012-02-09 16:03:46ubershmekelsetmessageid: <1328803426.08.0.366258891075.issue13968@psf.upfronthosting.co.za>
2012-02-09 16:03:45ubershmekellinkissue13968 messages
2012-02-09 16:03:45ubershmekelcreate