Thanks to visit codestin.com Credit goes to github.com
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 f98c162 commit 52465e1Copy full SHA for 52465e1
1 file changed
Doc/library/glob.rst
@@ -42,7 +42,8 @@ For example, ``'[?]'`` matches the character ``'?'``.
42
a string containing a path specification. *pathname* can be either absolute
43
(like :file:`/usr/src/Python-1.5/Makefile`) or relative (like
44
:file:`../../Tools/\*/\*.gif`), and can contain shell-style wildcards. Broken
45
- symlinks are included in the results (as in the shell).
+ symlinks are included in the results (as in the shell). Whether or not the
46
+ results are sorted depends on the file system.
47
48
.. index::
49
single: **; in glob-style wildcards
0 commit comments