[issue37578] Change Glob: Allow Recursion for Hidden Files

Andrei Kulakov report at bugs.python.org
Thu Dec 16 21:35:51 EST 2021


Andrei Kulakov <andrei.avk at gmail.com> added the comment:

I want to clarify my first comment: my PR is similar to Zsh behaviour as described above; as I'm not 100% sure how bash behaves with `**` with globstar option, I can say that bash is the same as Zsh with ? and * magic characters (with dotglob option), and likely the same for `**` as well, but I can't test it (if someone can test it, please comment).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37578>
_______________________________________


More information about the Python-bugs-list mailing list