Message152847
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')". |
|
Date |
User |
Action |
Args |
2012-02-08 12:47:35 | ubershmekel | set | recipients:
+ ubershmekel, ncoghlan, giampaolo.rodola |
2012-02-08 12:47:35 | ubershmekel | set | messageid: <1328705255.35.0.33905066091.issue13968@psf.upfronthosting.co.za> |
2012-02-08 12:47:34 | ubershmekel | link | issue13968 messages |
2012-02-08 12:47:34 | ubershmekel | create | |
|