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

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Feb 20 03:24:13 CET 2009


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



More information about the Python-ideas mailing list