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 c112faf commit 9b46586Copy full SHA for 9b46586
Doc/library/glob.rst
@@ -48,8 +48,9 @@ For example, ``'[?]'`` matches the character ``'?'``.
48
single: **; in glob-style wildcards
49
50
If *recursive* is true, the pattern "``**``" will match any files and zero or
51
- more directories and subdirectories. If the pattern is followed by an
52
- ``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
53
+ match.
54
55
.. note::
56
Using the "``**``" pattern in large directory trees may consume
0 commit comments