diff options
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-12-17-13-22-37.bpo-37578._tluuR.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-12-17-13-22-37.bpo-37578._tluuR.rst b/Misc/NEWS.d/next/Library/2021-12-17-13-22-37.bpo-37578._tluuR.rst new file mode 100644 index 0000000..455d064 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-12-17-13-22-37.bpo-37578._tluuR.rst @@ -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 ``[]``. |