Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52465e1

Browse files
elenaoatJulienPalard
authored andcommitted
Explain that the orderness of the result of glob is system-dependant (GH-6587)
Thanks!
1 parent f98c162 commit 52465e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/glob.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ For example, ``'[?]'`` matches the character ``'?'``.
4242
a string containing a path specification. *pathname* can be either absolute
4343
(like :file:`/usr/src/Python-1.5/Makefile`) or relative (like
4444
:file:`../../Tools/\*/\*.gif`), and can contain shell-style wildcards. Broken
45-
symlinks are included in the results (as in the shell).
45+
symlinks are included in the results (as in the shell). Whether or not the
46+
results are sorted depends on the file system.
4647

4748
.. index::
4849
single: **; in glob-style wildcards

0 commit comments

Comments
 (0)