From 918f2c722a3789d683e62ad6e49dbf632f900c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 16 Jun 2001 08:14:04 +0000 Subject: Document that filter is added in 2.2. --- Doc/lib/libfnmatch.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex index 888580a6..8ef0fee 100644 --- a/Doc/lib/libfnmatch.tex +++ b/Doc/lib/libfnmatch.tex @@ -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} -- cgit v0.12