[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.24,1.25

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Thu, 13 Jun 2002 17:50:44 -0700


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

Modified Files:
	whatsnew23.tex 
Log Message:
SF bug # 493951 string.{starts,ends}with vs slices

Handle negative indices similar to slices.


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** whatsnew23.tex	11 Jun 2002 10:55:09 -0000	1.24
--- whatsnew23.tex	14 Jun 2002 00:50:42 -0000	1.25
***************
*** 498,501 ****
--- 498,505 ----
  \end{verbatim}
  
+ \item The \method{startswith()} and \method{endswith()}
+ string methods now have accept negative numbers for
+ start and end parameters.
+ 
  \item Another new string method is \method{zfill()}, originally a
  function in the \module{string} module.  \method{zfill()} pads a