Skip to content

Commit d2be442

Browse files
Remove out of date reference to YIELD_FROM from docs. (GH-94966) (GH-94975)
(cherry picked from commit c41d4d0) Co-authored-by: Mark Shannon <[email protected]> Co-authored-by: Mark Shannon <[email protected]>
1 parent fbd2406 commit d2be442

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/library/dis.rst

-6
Original file line numberDiff line numberDiff line change
@@ -588,12 +588,6 @@ iterations of the loop.
588588
Pops TOS and yields it from a :term:`generator`.
589589

590590

591-
.. opcode:: YIELD_FROM
592-
593-
Pops TOS and delegates to it as a subiterator from a :term:`generator`.
594-
595-
.. versionadded:: 3.3
596-
597591

598592
.. opcode:: SETUP_ANNOTATIONS
599593

0 commit comments

Comments
 (0)