[Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex,1.36,1.37

Skip Montanaro python-dev@python.org
Mon, 11 Sep 2000 09:32:00 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23184

Modified Files:
	ref5.tex 
Log Message:
add index entries for list comprehensions


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** ref5.tex	2000/08/23 17:03:34	1.36
--- ref5.tex	2000/09/11 16:31:55	1.37
***************
*** 148,151 ****
--- 148,152 ----
  \subsection{List displays\label{lists}}
  \indexii{list}{display}
+ \indexii{list}{comprehensions}
  
  A list display is a possibly empty series of expressions enclosed in
***************
*** 162,165 ****
--- 163,167 ----
  A list display yields a new list object.  Its contents are specified
  by providing either a list of expressions or a list comprehension.
+ \indexii{list}{comprehensions}
  When a comma-separated list of expressions is supplied, its elements are
  evaluated from left to right and placed into the list object in that