]> granicus.if.org Git - python/commitdiff
re.findall(): Mark as added in 1.5.2.
authorFred Drake <fdrake@acm.org>
Fri, 18 Sep 1998 17:11:49 +0000 (17:11 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 18 Sep 1998 17:11:49 +0000 (17:11 +0000)
Doc/lib/libre.tex

index 45844e48f513217ce326f2cf9b33a8acc04d7a75..c65898ce7d8413a16cb3ea7d04bf17f400229b37 100644 (file)
@@ -411,6 +411,7 @@ leftmost such \character{\#} through the end of the line are ignored.
 \end{funcdesc}
 
 \begin{funcdesc}{findall}{pattern, string}
+\versionadded{1.5.2}
 Return a list of all non-overlapping matches of \var{pattern} in
 \var{string}.  If one or more groups are present in the pattern,
 return a list of groups; this will be a list of tuples if the pattern