[Python-ideas] Adding '**' recursive search to glob.glob

Serhiy Storchaka storchaka at gmail.com
Mon Jan 14 21:26:49 CET 2013


On 14.01.13 19:06, Antoine Pitrou wrote:
> But there's no reason to write glob('**') with the current API.

There is a reason to write glob('*%s*' % escaped_substring).





More information about the Python-ideas mailing list