]> granicus.if.org Git - python/commitdiff
Document that filter is added in 2.2.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 16 Jun 2001 08:14:04 +0000 (08:14 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 16 Jun 2001 08:14:04 +0000 (08:14 +0000)
Doc/lib/libfnmatch.tex

index 888580a6dd6695871d2f18451abb1d4f18df57dc..8ef0fee687de7e69d126d12a43f0d90e02a390b0 100644 (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}