[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex,1.112,1.113

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Tue, 10 Dec 2002 23:14:05 -0800


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

Modified Files:
	libstdtypes.tex 
Log Message:
Update comments about the performance of xrange().


Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** libstdtypes.tex	3 Dec 2002 18:09:02 -0000	1.112
--- libstdtypes.tex	11 Dec 2002 07:14:03 -0000	1.113
***************
*** 885,890 ****
  advantages.
  
! XRange objects have very little behavior: they only support indexing
! and the \function{len()} function.
  
  
--- 885,890 ----
  advantages.
  
! XRange objects have very little behavior: they only support indexing,
! iteration, and the \function{len()} function.