[issue13968] Support recursive globs

Yuval Greenfield report at bugs.python.org
Sun Apr 1 16:04:52 CEST 2012


Yuval Greenfield <ubershmekel at gmail.com> added the comment:

On Sun, Apr 1, 2012 at 4:42 PM, Serhiy Storchaka <report at bugs.python.org> wrote:
> For "**" globbing see http://ant.apache.org/manual/dirtasks.html#patterns

They mention that "mypackage/test/ is interpreted as if it were mypackage/test/**" so that's not really an option. I'm pretty sure we should only recurse if "**" appears explicitly.

> If we extend pattern syntax of templates, why not implement Perl, Tcl or
> Bash extensions?
>

I'm not sure what you mean here but if it's that ##{} stuff then it should probably be discussed in a separate issue as it's not related to recursive globs.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13968>
_______________________________________


More information about the Python-bugs-list mailing list