[issue13968] Support recursive globs

R. David Murray report at bugs.python.org
Fri Feb 10 00:08:36 CET 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

@antoine: no, my description involves recursion.  It assumes that the path portion of the glob specifies the directories to *start* from, but that the filename glob portion then applies recursively to any of those start directories.

The alternative interpretation of the pattern, that it is fully matched against the CWD, takes you back to having to explain what '..' means when matched against a given location in the recursion, starting with the CWD.  I clearly don't have a good intuition about that.

----------

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


More information about the Python-bugs-list mailing list