This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ys19991
Recipients k64, myungsekyo, serhiy.storchaka, ys19991
Date 2020-07-10.06:38:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594363092.62.0.551694473026.issue37578@roundup.psfhosted.org>
In-reply-to
Content
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)
```
History
Date User Action Args
2020-07-10 06:38:12ys19991setrecipients: + ys19991, serhiy.storchaka, myungsekyo, k64
2020-07-10 06:38:12ys19991setmessageid: <1594363092.62.0.551694473026.issue37578@roundup.psfhosted.org>
2020-07-10 06:38:12ys19991linkissue37578 messages
2020-07-10 06:38:12ys19991create