mirror of
https://github.com/python/cpython.git
synced 2025-09-09 02:11:51 +00:00
Explain that the orderness of the result of glob is system-dependant (GH-6587)
Thanks!
This commit is contained in:
parent
f98c1623ec
commit
52465e1b8b
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ For example, ``'[?]'`` matches the character ``'?'``.
|
|||
a string containing a path specification. *pathname* can be either absolute
|
||||
(like :file:`/usr/src/Python-1.5/Makefile`) or relative (like
|
||||
:file:`../../Tools/\*/\*.gif`), and can contain shell-style wildcards. Broken
|
||||
symlinks are included in the results (as in the shell).
|
||||
symlinks are included in the results (as in the shell). Whether or not the
|
||||
results are sorted depends on the file system.
|
||||
|
||||
.. index::
|
||||
single: **; in glob-style wildcards
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue