A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2009-February/085905.html below:

[Python-Dev] Missing operator.call

[Python-Dev] Missing operator.call [Python-Dev] Missing operator.callGreg Ewing greg.ewing at canterbury.ac.nz
Fri Feb 6 06:31:21 CET 2009
Guido van Rossum wrote:

> What's so special about your proposal that requires a new keyword?

I was thinking about the proposals that are made
from time to time for things like

   yield *foo

to yield all the items from a sub-generator. I was
also thinking about what could be done to make
using generators as coroutines more convenient,
and I came up with the idea of a new statement

   call expr

which would be equivalent to

   for x in expr:
     yield x

This happens to be the same as what "yield *"
would do, so it kind of unifies the two issues.

-- 
Greg
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4