File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ The :mod:`glob` module defines the following functions:
75
75
Using the "``** ``" pattern in large directory trees may consume
76
76
an inordinate amount of time.
77
77
78
+ .. note ::
79
+ This function may return duplicate path names if *pathname *
80
+ contains multiple "``** ``" patterns and *recursive * is true.
81
+
78
82
.. versionchanged :: 3.5
79
83
Support for recursive globs using "``** ``".
80
84
@@ -94,6 +98,10 @@ The :mod:`glob` module defines the following functions:
94
98
.. audit-event :: glob.glob pathname,recursive glob.iglob
95
99
.. audit-event :: glob.glob/2 pathname,recursive,root_dir,dir_fd glob.iglob
96
100
101
+ .. note ::
102
+ This function may return duplicate path names if *pathname *
103
+ contains multiple "``** ``" patterns and *recursive * is true.
104
+
97
105
.. versionchanged :: 3.5
98
106
Support for recursive globs using "``** ``".
99
107
You can’t perform that action at this time.
0 commit comments