[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex, 1.129.8.1, 1.129.8.2

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Aug 30 17:35:58 EDT 2003


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

Modified Files:
      Tag: release23-maint
	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.129.8.1
retrieving revision 1.129.8.2
diff -C2 -d -r1.129.8.1 -r1.129.8.2
*** libstdtypes.tex	8 Aug 2003 11:05:59 -0000	1.129.8.1
--- libstdtypes.tex	30 Aug 2003 23:35:56 -0000	1.129.8.2
***************
*** 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