File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ The :mod:`glob` module defines the following functions:
8484 .. versionchanged :: 3.11
8585 Added the *include_hidden * parameter.
8686
87- .. versionchanged :: 3.14
87+ .. versionchanged :: 3.15
8888 Matching path names are returned only once. In previous versions, this
8989 function may return duplicate path names if *pathname * contains multiple
9090 "``** ``" patterns and *recursive * is true.
@@ -108,7 +108,7 @@ The :mod:`glob` module defines the following functions:
108108 .. versionchanged :: 3.11
109109 Added the *include_hidden * parameter.
110110
111- .. versionchanged :: 3.14
111+ .. versionchanged :: 3.15
112112 Matching path names are yielded only once. In previous versions, this
113113 function may yield duplicate path names if *pathname * contains multiple
114114 "``** ``" patterns and *recursive * is true.
You can’t perform that action at this time.
0 commit comments