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 elsdoerfer, eric.araujo, giampaolo.rodola, ncoghlan, pitrou, r.david.murray, rhettinger, serhiy.storchaka, ubershmekel
Date 2012-04-01.14:04:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333289092.83.0.261582533058.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
On Sun, Apr 1, 2012 at 4:42 PM, Serhiy Storchaka <report@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.
History
Date User Action Args
2012-04-01 14:04:52ubershmekelsetrecipients: + ubershmekel, rhettinger, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, r.david.murray, elsdoerfer, serhiy.storchaka
2012-04-01 14:04:52ubershmekelsetmessageid: <1333289092.83.0.261582533058.issue13968@psf.upfronthosting.co.za>
2012-04-01 14:04:52ubershmekellinkissue13968 messages
2012-04-01 14:04:52ubershmekelcreate