[Python-Dev] glob's new include_hidden parameter

2022年9月12日 09:04:35 -0700

Just spotted that 3.11 adds an include_hidden. At the moment a little confused because there's an apparent mismatch between docstring and docs.
Lib/glob.py:
If `include_hidden` is true, the patterns '*', '?', '**' will match hidden
 directories.
Doc/library/glob.rst:
If *include_hidden* is true, "``**``" pattern will match hidden directories.
,,, with no mention of the other patterns.
Is that just an omission in the rst doc?
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/QVZJAHFOHTNKNE72X7RGICBEROMSCG5R/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to