mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)
Automerge-Triggered-By: GH:asvetlov
This commit is contained in:
parent
6f2df42951
commit
ae36cd1e79
4 changed files with 68 additions and 23 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Add *include_hidden* parameter to :func:`~glob.glob` and :func:`~glob.iglob` to
|
||||
match hidden files and directories when using special characters like ``*``,
|
||||
``**``, ``?`` and ``[]``.
|
||||
Loading…
Add table
Add a link
Reference in a new issue