In message <mailman.264.1288112997.2218.python-list at python.org>, Andre Alexander Bell wrote: > >>> i = 5 > >>> l = [i**2 for i in range(3)] > >>> i > 2 The last line comes out as 5 in Python 3.1.