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 eric.araujo
Recipients eli.bendersky, eric.araujo, giampaolo.rodola, ncoghlan, pitrou, ubershmekel
Date 2012-02-08.15:21:43
SpamBayes Score 0.00055997475
Marked as misclassified No
Message-id <1328714504.53.0.817176850774.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
There is an alternative: supporting ** syntax, e.g. '**/*.py', which should find all *.py files in the current directory and all descendents.  At present glob('**/*.py') is equivalent to glob('*/*.py'), but we would say this behavior was undefined and the new behavior would be a new feature.
History
Date User Action Args
2012-02-08 15:21:44eric.araujosetrecipients: + eric.araujo, ncoghlan, pitrou, giampaolo.rodola, eli.bendersky, ubershmekel
2012-02-08 15:21:44eric.araujosetmessageid: <1328714504.53.0.817176850774.issue13968@psf.upfronthosting.co.za>
2012-02-08 15:21:43eric.araujolinkissue13968 messages
2012-02-08 15:21:43eric.araujocreate