Wansoo Kim <rladhks...@gmail.com> 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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37578>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to