Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

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?

----------
assignee:  -> gvanrossum
nosy: +gvanrossum
versions: +Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10544>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to