mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04: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:
committed by
GitHub
parent
fbd24068c2
commit
d2be44230e
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user