Document that filter is added in 2.2.

This commit is contained in:
Martin v. Löwis 2001-06-16 08:14:04 +00:00
parent 83c9edc05c
commit 918f2c722a

View file

@ -47,6 +47,7 @@ false; the comparison is case-sensitive.
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
implemented more efficiently.
\versionadded{2.2}
\end{funcdesc}
\begin{seealso}