Moved \versionadded to end of description sections.

This commit is contained in:
Fred Drake 1999-02-02 19:01:37 +00:00
parent 12ba7868e4
commit dda199b261

View file

@ -435,11 +435,11 @@ leftmost such \character{\#} through the end of the line are ignored.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{findall}{pattern, string} \begin{funcdesc}{findall}{pattern, string}
\versionadded{1.5.2}
Return a list of all non-overlapping matches of \var{pattern} in Return a list of all non-overlapping matches of \var{pattern} in
\var{string}. If one or more groups are present in the pattern, \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 return a list of groups; this will be a list of tuples if the pattern
has more than one group. Empty matches are included in the result. has more than one group. Empty matches are included in the result.
\versionadded{1.5.2}
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{sub}{pattern, repl, string\optional{, count\code{ = 0}}} \begin{funcdesc}{sub}{pattern, repl, string\optional{, count\code{ = 0}}}