[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex, 1.130, 1.131

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Aug 30 17:31:33 EDT 2003


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

Modified Files:
	libstdtypes.tex 
Log Message:
SF patch #797180: Bug 792656: slicing explained



Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.130
retrieving revision 1.131
diff -C2 -d -r1.130 -r1.131
*** libstdtypes.tex	8 Aug 2003 11:07:59 -0000	1.130
--- libstdtypes.tex	30 Aug 2003 23:31:31 -0000	1.131
***************
*** 531,536 ****
    \code{<=} \var{n} \code{<} \code{abs(i-j)}.  If \var{i} or \var{j}
    is greater than \code{len(\var{s})}, use \code{len(\var{s})}.  If
!   \var{i} or \var{j} are ommitted then they become ``end'' values
!   (which end depends on the sign of \var{k}).
  
  \end{description}
--- 531,537 ----
    \code{<=} \var{n} \code{<} \code{abs(i-j)}.  If \var{i} or \var{j}
    is greater than \code{len(\var{s})}, use \code{len(\var{s})}.  If
!   \var{i} or \var{j} are omitted then they become ``end'' values
!   (which end depends on the sign of \var{k}).  Note, \var{k} cannot
!   be zero.
  
  \end{description}





More information about the Python-checkins mailing list