[Python-ideas] More alternative names for yield-from
Greg Ewing
greg.ewing at canterbury.ac.nz
Fri Feb 20 04:15:22 CET 2009
Scott Dial wrote:
> Along with "call", all of these names don't seem to cater to the
> majority of people who are going use it as a replacement for the
> "for x in i: yield x" pattern.
Yes, it seems to be difficult to find a single name
that fits all the use cases.
I want something that means "Do what that stuff
would have done if I'd written it all out right
here." Anyone got a really good thesaurus handy?
--
Greg
More information about the Python-ideas
mailing list