]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove out of date reference to YIELD_FROM from docs. (#94966)
authorMark Shannon <mark@hotpy.org>
Mon, 18 Jul 2022 17:04:07 +0000 (18:04 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 17:04:07 +0000 (18:04 +0100)
Doc/library/dis.rst

index 9173c1bcf5e7ba98f60867a2d1de2cd01b63e87d..85bd94b4eae94937aa8aac64da7107c02df12d17 100644 (file)
@@ -604,12 +604,6 @@ iterations of the loop.
     .. versionchanged:: 3.11
        oparg set to be the stack depth, for efficient handling on frames.
 
-.. opcode:: YIELD_FROM
-
-   Pops TOS and delegates to it as a subiterator from a :term:`generator`.
-
-   .. versionadded:: 3.3
-
 
 .. opcode:: SETUP_ANNOTATIONS