[Python-ideas] yield-from and @coroutine decorator [was:x=(yield from) confusion]
Guido van Rossum
guido at python.org
Sat Apr 4 18:34:12 CEST 2009
On Sat, Apr 4, 2009 at 5:01 AM, Jacob Holm <jh at improva.dk> wrote:
> Another possible fix would be to have new syntax for specifying that the
> initial call to the coroutine should be using send or throw instead. This
> could be seen as a restriction on what could be used as STARTEXPR(NAME) in
> the earlier syntax idea.
All, please stop making more proposals. I've got it all in my head but
no time to write it up right now. Hopefully before the weekend is over
I'll find the time.
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-ideas
mailing list