Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c9edc commit 918f2c7Copy full SHA for 918f2c7
1 file changed
Doc/lib/libfnmatch.tex
@@ -47,6 +47,7 @@ \section{\module{fnmatch} ---
47
Return the subset of the list of \var{names} that match \var{pattern}.
48
It is the same as \code{[n for n in names if fnmatch(n, pattern)]}, but
49
implemented more efficiently.
50
+\versionadded{2.2}
51
\end{funcdesc}
52
53
\begin{seealso}
0 commit comments