Commit 918f2c72 authored by Martin v. Löwis's avatar Martin v. Löwis

Document that filter is added in 2.2.

parent 83c9edc0
...@@ -47,6 +47,7 @@ false; the comparison is case-sensitive. ...@@ -47,6 +47,7 @@ false; the comparison is case-sensitive.
Return the subset of the list of \var{names} that match \var{pattern}. Return the subset of the list of \var{names} that match \var{pattern}.
It is the same as \code{[n for n in names if fnmatch(n, pattern)]}, but It is the same as \code{[n for n in names if fnmatch(n, pattern)]}, but
implemented more efficiently. implemented more efficiently.
\versionadded{2.2}
\end{funcdesc} \end{funcdesc}
\begin{seealso} \begin{seealso}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment