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.16:01:20
SpamBayes Score 1.8926889e-06
Marked as misclassified No
Message-id <1328716885.0.0.19395812177.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
Feedback from Antoine on IRC about my syntax proposal: “The "**" meaning is not really universal like other quantifiers are. [...] (also, it would be quite harder to implement, I think)”

That and the compat issue makes me go in favor of a new function.

I’m not sure glob is the right place: when you use glob.glob, the search is rooted in the current directory, and you may have sub-directories in your pattern, e.g. 'Lib/*/__main__.py'.  A function meaning “look for this file pattern recursively” would be IMO more at home in fnmatch.
History
Date User Action Args
2012-02-08 16:01:25eric.araujosetrecipients: + eric.araujo, ncoghlan, pitrou, giampaolo.rodola, eli.bendersky, ubershmekel
2012-02-08 16:01:25eric.araujosetmessageid: <1328716885.0.0.19395812177.issue13968@psf.upfronthosting.co.za>
2012-02-08 16:01:20eric.araujolinkissue13968 messages
2012-02-08 16:01:20eric.araujocreate