We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac46eb4 commit e24594bCopy full SHA for e24594b
Doc/library/glob.rst
@@ -49,8 +49,9 @@ For example, ``'[?]'`` matches the character ``'?'``.
49
single: **; in glob-style wildcards
50
51
If *recursive* is true, the pattern "``**``" will match any files and zero or
52
- more directories and subdirectories. If the pattern is followed by an
53
- ``os.sep``, only directories and subdirectories match.
+ more directories, subdirectories and symbolic links to directories. If the
+ pattern is followed by an :data:`os.sep` or :data:`os.altsep` then files will not
54
+ match.
55
56
.. audit-event:: glob.glob pathname,recursive glob.glob
57
0 commit comments