[Python-checkins] python/dist/src/Doc/lib libstring.tex,1.45.8.3,1.45.8.4

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Tue, 04 Mar 2003 09:44:38 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv17613

Modified Files:
      Tag: release22-maint
	libstring.tex 
Log Message:
SF bug #697220, string.strip implementation/doc mismatch

Index: libstring.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstring.tex,v
retrieving revision 1.45.8.3
retrieving revision 1.45.8.4
diff -C2 -d -r1.45.8.3 -r1.45.8.4
*** libstring.tex	12 Sep 2002 14:16:31 -0000	1.45.8.3
--- libstring.tex	4 Mar 2003 17:44:34 -0000	1.45.8.4
***************
*** 260,263 ****
--- 260,265 ----
  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}