[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex,1.108,1.109

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 15 Nov 2002 16:41:57 -0800


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

Modified Files:
	libstdtypes.tex 
Log Message:
Document that a minor feature was added in 2.2.2.  ;-(
Closes SF bug #639170.


Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** libstdtypes.tex	12 Nov 2002 22:08:08 -0000	1.108
--- libstdtypes.tex	16 Nov 2002 00:41:55 -0000	1.109
***************
*** 632,635 ****
--- 632,636 ----
  the characters in the string will be stripped from the beginning of
  the string this method is called on.
+ \versionchanged[Support for the \var{chars} argument]{2.2.2}
  \end{methoddesc}
  
***************
*** 665,668 ****
--- 666,670 ----
  the characters in the string will be stripped from the end of the
  string this method is called on.
+ \versionchanged[Support for the \var{chars} argument]{2.2.2}
  \end{methoddesc}
  
***************
*** 694,697 ****
--- 696,700 ----
  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[Support for the \var{chars} argument]{2.2.2}
  \end{methoddesc}