diff -uNrp a/Doc/library/glob.rst b/Doc/library/glob.rst --- a/Doc/library/glob.rst 2019-12-21 16:18:26.908000000 +0800 +++ b/Doc/library/glob.rst 2019-12-21 16:19:36.668000000 +0800 @@ -31,7 +31,8 @@ For example, ``'[?]'`` matches the chara 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. .. function:: iglob(pathname)