From 614479d93d776a1f344a794f143b3ef6d3d06531 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 4 Mar 2003 17:44:34 +0000 Subject: [PATCH] SF bug #697220, string.strip implementation/doc mismatch --- Doc/lib/libstring.tex | 2 ++ 1 file changed, 2 insertions(+) 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} -- 2.47.3