Éric Araujo <mer...@netwok.org> added the comment:

There is an alternative: supporting ** syntax, e.g. '**/*.py', which should 
find all *.py files in the current directory and all descendents.  At present 
glob('**/*.py') is equivalent to glob('*/*.py'), but we would say this behavior 
was undefined and the new behavior would be a new feature.

----------
nosy: +eric.araujo
versions: +Python 3.3 -Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13968>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to