Message122705
This discussion should probably be moved to python-dev. With tools like Twisted's inlineDefer or the Monocle package, there is a growing need to be able to use yield in complex expressions. Yet, that goes against the trend toward making lists comps more like genexps and less like sugar for a simple for-loop accumulator.
Guido, do you have any thoughts on the subject? Mark it a documentation issue or try out Benjamin's fix? |
|
| Date |
User |
Action |
Args |
| 2010-11-28 19:03:42 | rhettinger | set | recipients:
+ rhettinger, gvanrossum, georg.brandl, benjamin.peterson, Inyeol.Lee |
| 2010-11-28 19:03:42 | rhettinger | set | messageid: <[email protected]> |
| 2010-11-28 19:03:38 | rhettinger | link | issue10544 messages |
| 2010-11-28 19:03:38 | rhettinger | create | |
|