Content deleted Content added
m →Notes Tags: Reverted Visual edit |
m Reverted edits by S.Noman_shabbir (talk): addition of unnecessary/inappropriate external links (HG) (3.4.12) |
||
Line 501:
</syntaxhighlight>
In
PEP 380 (implemented in Python 3.3) adds the <code>yield from</code> expression, allowing a generator to delegate part of its operations to another generator or iterable.<ref name="pep380">[https://www.python.org/dev/peps/pep-0380/ PEP 380 -- Syntax for Delegating to a Subgenerator]</ref>
|