From: Neal Norwitz Date: Tue, 4 Mar 2003 17:44:34 +0000 (+0000) Subject: SF bug #697220, string.strip implementation/doc mismatch X-Git-Tag: v2.2.3c1~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=614479d93d776a1f344a794f143b3ef6d3d06531;p=thirdparty%2FPython%2Fcpython.git SF bug #697220, string.strip implementation/doc mismatch --- diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 99bb5eefa35e..d84226c5f234 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -259,6 +259,8 @@ removed. If \var{chars} is omitted or \code{None}, whitespace characters are removed. If given and not \code{None}, \var{chars} must be a string; the characters in the string will be stripped from the both ends of the string this method is called on. +\versionchanged[The \var{chars} parameter was added. The \var{chars} +parameter cannot be passed in 2.2 or 2.2.1]{2.2.2} \end{funcdesc} \begin{funcdesc}{swapcase}{s}