[Python-ideas] x=(yield from) confusion [was:Yet another alternative name for yield-from]
Greg Ewing
greg.ewing at canterbury.ac.nz
Mon Apr 6 04:41:48 CEST 2009
Jim Jewett wrote:
> I can see cases where you want
> the interim yields, and I can see cases where you want the final
> result -- but I'm asking how common it is to need *both*, and
> whether we should really be going to such effort for it.
>
> If you only need one or the other, I think the PEP can be greatly simplified.
How, exactly? I'd need convincing that you wouldn't
just end up with the same amount of complexity
arranged differently.
--
Greg
More information about the Python-ideas
mailing list