[Python-Dev] accumulator display syntax
Greg Ewing
greg at cosc.canterbury.ac.nz
Sun Oct 19 19:23:43 EDT 2003
More information about the Python-Dev mailing list
Sun Oct 19 19:23:43 EDT 2003
- Previous message: [Python-Dev] generator comprehension syntax, was: accumulator display syntax
- Next message: [Python-Dev] accumulator display syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 +--------------------------------------+
- Previous message: [Python-Dev] generator comprehension syntax, was: 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