From: Fred Drake Date: Fri, 18 Sep 1998 17:11:49 +0000 (+0000) Subject: re.findall(): Mark as added in 1.5.2. X-Git-Tag: v1.5.2a2~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10a7985565f9ee287ee1d34786536fae4829d65a;p=python re.findall(): Mark as added in 1.5.2. --- diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 45844e48f5..c65898ce7d 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -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