mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
re.findall(): Mark as added in 1.5.2.
This commit is contained in:
parent
78694d970f
commit
10a7985565
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue