[issue37578] Change Glob: Allow Recursion for Hidden Files

Petr Viktorin report at bugs.python.org
Thu Apr 22 10:29:42 EDT 2021


Petr Viktorin <encukou at gmail.com> added the comment:

I wonder if it would be worth it to add a new option to include hidden files (except . and ..)
For the record, setuptools' fork of glob does this unconditionally: https://github.com/pypa/setuptools/blob/main/setuptools/glob.py

----------
nosy: +petr.viktorin

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


More information about the Python-bugs-list mailing list