]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug #697220, string.strip implementation/doc mismatch
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Mar 2003 17:44:34 +0000 (17:44 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Mar 2003 17:44:34 +0000 (17:44 +0000)
Doc/lib/libstring.tex

index 99bb5eefa35e46158f5b1482967f914c8f9e4e81..d84226c5f2348d2997cf09783cc4144dae6fd588 100644 (file)
@@ -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}