> Would this mean: > [x for x in S] is a list comprehension and > [(x for x in S)] is a list containing one generator expression? Yes. (Raymond, you might mention this in the PEP.) --Guido van Rossum (home page: http://www.python.org/~guido/)