mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove out of date reference to YIELD_FROM from docs. (GH-94966) (GH-94975)
(cherry picked from commit c41d4d0917
)
Co-authored-by: Mark Shannon <mark@hotpy.org>
Co-authored-by: Mark Shannon <mark@hotpy.org>
This commit is contained in:
parent
fbd24068c2
commit
d2be44230e
1 changed files with 0 additions and 6 deletions
|
@ -588,12 +588,6 @@ iterations of the loop.
|
|||
Pops TOS and yields it from a :term:`generator`.
|
||||
|
||||
|
||||
.. opcode:: YIELD_FROM
|
||||
|
||||
Pops TOS and delegates to it as a subiterator from a :term:`generator`.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
|
||||
.. opcode:: SETUP_ANNOTATIONS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue