python2/CVE-2019-17514.patch
2019-12-25 18:38:04 +08:00

14 lines
695 B
Diff

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)