]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove out of date reference to YIELD_FROM from docs. (GH-94966) (GH-94975)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Jul 2022 11:58:44 +0000 (04:58 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2022 11:58:44 +0000 (12:58 +0100)
(cherry picked from commit c41d4d09172bf28ba9e5760498bd494a3521a123)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Co-authored-by: Mark Shannon <mark@hotpy.org>
Doc/library/dis.rst

index 6f882b6d712aba30663e6fef85c594d80b60d7ed..c303ab9a1ff85103a850b7c4fb0f2a1b3e02fc48 100644 (file)
@@ -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