Wansoo Kim <[email protected]> added the comment:
Can you reproduce this bug? I was able to find the hidden file by recursive
search by excuting the code below.
```
from glob import glob
hidden = glob('**/.*')
print(hidden)
```
----------
nosy: +ys19991
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue37578>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com