From 52465e1b8bb7af23d642dbb43c8173d079b7ec30 Mon Sep 17 00:00:00 2001 From: Elena Oat Date: Sun, 4 Nov 2018 06:50:55 -0800 Subject: Explain that the orderness of the result of glob is system-dependant (GH-6587) Thanks! --- Doc/library/glob.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/glob.rst b/Doc/library/glob.rst index 0db10b5..2a5f0dd 100644 --- a/Doc/library/glob.rst +++ b/Doc/library/glob.rst @@ -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 -- cgit v0.12