Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 918f2c7

Browse files
committed
Document that filter is added in 2.2.
1 parent 83c9edc commit 918f2c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/lib/libfnmatch.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ \section{\module{fnmatch} ---
4747
Return the subset of the list of \var{names} that match \var{pattern}.
4848
It is the same as \code{[n for n in names if fnmatch(n, pattern)]}, but
4949
implemented more efficiently.
50+
\versionadded{2.2}
5051
\end{funcdesc}
5152

5253
\begin{seealso}

0 commit comments

Comments
 (0)