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.22:50:51
SpamBayes Score 0.0013957538
Marked as misclassified No
Message-id <1328827681.3422.1.camel@localhost.localdomain>
In-reply-to <1328827730.46.0.969112517812.issue13968@psf.upfronthosting.co.za>
Content
> I don't know, is it?  From what has been said so far I'd expect
> */c/d/*.py to look for *.py files in all c/d subdirectories of direct
> subdirectories of the current directory, and subdirectories of those
> c/d directories.  But I wouldn't expect the c/d matching to go any
> deeper than that one level.

That would be a normal glob, not a recursive glob. We already have
glob.glob().
History
Date User Action Args
2012-02-09 22:50:52pitrousetrecipients: + pitrou, ncoghlan, giampaolo.rodola, eric.araujo, r.david.murray, eli.bendersky, ubershmekel
2012-02-09 22:50:51pitroulinkissue13968 messages
2012-02-09 22:50:51pitroucreate