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 giampaolo.rodola, ncoghlan, ubershmekel
Date 2012-02-08.12:47:34
SpamBayes Score 2.8623406e-05
Marked as misclassified No
Message-id <1328705255.35.0.33905066091.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
I'd say it's very close to a duplicate but maybe isn't so. If walkdir is added then rglob can be implemented using it.

I'd say "rglob" to "walkdir" is like "urlopen" to "http.client". One is the stupid and simple function (that still has a bazillion use cases) and the other is the heavy lifting swiss army knife.

"file_paths(filtered_walk('.', included_files=['*.py']))" is a lot longer than "rglob('*.py')".
History
Date User Action Args
2012-02-08 12:47:35ubershmekelsetrecipients: + ubershmekel, ncoghlan, giampaolo.rodola
2012-02-08 12:47:35ubershmekelsetmessageid: <1328705255.35.0.33905066091.issue13968@psf.upfronthosting.co.za>
2012-02-08 12:47:34ubershmekellinkissue13968 messages
2012-02-08 12:47:34ubershmekelcreate