[Python-ideas] Add a recursive function to the glob package

Yuval Greenfield ubershmekel at gmail.com
Wed Feb 8 12:27:48 CET 2012


Many times I've wanted glob to give me all the "*.zip" or "*.py" or "*.h"
files in a directory *and subdirectories* ever since I started using python
7 years ago.

I don't know if I'm the only one or not but here's a patch:
http://bugs.python.org/issue13968

I'd love to hear feedback on the notion and implementation,

Yuval Greenfield
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20120208/42b48a14/attachment.html>


More information about the Python-ideas mailing list