From d2be44230eaade5c367af6ec9df649502b574dac Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 19 Jul 2022 04:58:44 -0700 Subject: 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 --- Doc/library/dis.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 6f882b6..c303ab9 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 -- cgit v0.12