summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-12-17-13-22-37.bpo-37578._tluuR.rst
blob: 455d0648a94c2cc457351752290219dcb2519259 (plain)
1
2
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 ``[]``.