blob: 455d0648a94c2cc457351752290219dcb2519259 [file] [log] [blame]
Add *include_hidden* parameter to :func:`~glob.glob` and :func:`~glob.iglob` to
match hidden files and directories when using special characters like ``*``,
``**``, ``?`` and ``[]``.