Index: ref/ref5.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v retrieving revision 1.76.10.2 diff -c -r1.76.10.2 ref5.tex *** ref/ref5.tex 2 Nov 2003 16:11:48 -0000 1.76.10.2 --- ref/ref5.tex 2 Nov 2003 17:27:22 -0000 *************** *** 184,190 **** by considering each of the \keyword{for} or \keyword{if} clauses a block, nesting from left to right, and evaluating the expression to produce a list element ! each time the innermost block is reached. \obindex{list} \indexii{empty}{list} --- 184,194 ---- by considering each of the \keyword{for} or \keyword{if} clauses a block, nesting from left to right, and evaluating the expression to produce a list element ! each time the innermost block is reached\footnote{In Python 2.3, a ! list comprehension "leaks" the control variables of each ! \samp{for} it contains into the containing scope. However, this ! behavior is deprecated, and relying on it will not work once this ! bug is fixed in a future release}. \obindex{list} \indexii{empty}{list}