From: Mark Shannon Date: Mon, 18 Jul 2022 17:04:07 +0000 (+0100) Subject: Remove out of date reference to YIELD_FROM from docs. (#94966) X-Git-Tag: v3.12.0a1~927 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c41d4d09172bf28ba9e5760498bd494a3521a123;p=thirdparty%2FPython%2Fcpython.git Remove out of date reference to YIELD_FROM from docs. (#94966) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 9173c1bcf5e7..85bd94b4eae9 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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