[Python-Dev] accumulator display syntax
Greg Ewing
greg at cosc.canterbury.ac.nz
Sun Oct 19 19:23:43 EDT 2003
Guido:
> the proposed notation doesn't return a list.
> ...
> I don't have a proposal for generator comprehension syntax though, and
> [yield ...] has the same problem.
How about just leaving off the brackets?
gen = yield x*x for x in stuff
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | A citizen of NewZealandCorp, a |
Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. |
greg at cosc.canterbury.ac.nz +--------------------------------------+
More information about the Python-Dev
mailing list