[issue13968] Support recursive globs

Yuval Greenfield report at bugs.python.org
Thu Feb 9 17:35:02 CET 2012


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

> That depends how you implement it. If you detect that ".." exists and
glob for "pn*" inside it, you will probably find "../png".

Yes, that's what I meant by a "single exemption for double dots". The solution should start the walk from wherever the double dots lead it to.

I believe we agree.

----------

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


More information about the Python-bugs-list mailing list