mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Document that filter is added in 2.2.
This commit is contained in:
parent
83c9edc05c
commit
918f2c722a
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue