From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 19 Jul 2022 11:58:44 +0000 (-0700) Subject: Remove out of date reference to YIELD_FROM from docs. (GH-94966) (GH-94975) X-Git-Tag: v3.11.0b5~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2be44230eaade5c367af6ec9df649502b574dac;p=thirdparty%2FPython%2Fcpython.git Remove out of date reference to YIELD_FROM from docs. (GH-94966) (GH-94975) (cherry picked from commit c41d4d09172bf28ba9e5760498bd494a3521a123) Co-authored-by: Mark Shannon Co-authored-by: Mark Shannon --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 6f882b6d712a..c303ab9a1ff8 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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