[Python-ideas] More alternative names for yield-from

Guillaume Chereau charlie137 at gmail.com
Fri Feb 20 04:02:13 CET 2009


What about :

y = redirect g(x)

y = yields g(x)


-Gui


On Fri, Feb 20, 2009 at 10:24 AM, Greg Ewing <greg.ewing at canterbury.ac.nz>wrote:

> I still wish I could find a better name for it.
> Some more ideas:
>
>  y = suspendable g(x)
>
>  y = suspending g(x)
>
>  y = sus g(x)  # if you want something short & snappy
>
> --
> Greg
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas
>



-- 
http://charlie137.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20090220/3a691cb9/attachment.html>


More information about the Python-ideas mailing list