Skip to content
3 changes: 2 additions & 1 deletion Doc/library/glob.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ The :mod:`!glob` module defines the following functions:
pattern is followed by an :data:`os.sep` or :data:`os.altsep` then files will not
match.

If *include_hidden* is true, "``**``" pattern will match hidden directories.
If *include_hidden* is true, patterns that do not begin with a dot (``.``)
Comment thread
EoinTrial marked this conversation as resolved.
Outdated
may also match path components that begin with a dot.

.. audit-event:: glob.glob pathname,recursive glob.glob
.. audit-event:: glob.glob/2 pathname,recursive,root_dir,dir_fd glob.glob
Expand Down
Loading