[Python-Dev] accumulator display syntax
Guido van Rossum
guido at python.org
Tue Oct 21 18:31:58 EDT 2003
More information about the Python-Dev mailing list
Tue Oct 21 18:31:58 EDT 2003
- Previous message: [Python-Dev] accumulator display syntax
- Next message: [Python-Dev] accumulator display syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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/)
- Previous message: [Python-Dev] accumulator display syntax
- Next message: [Python-Dev] accumulator display syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list