summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.rst
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2022-07-18 17:04:07 (GMT)
committerGitHub <noreply@github.com>2022-07-18 17:04:07 (GMT)
commitc41d4d09172bf28ba9e5760498bd494a3521a123 (patch)
tree68f3cc1cea54f62bccf2cd5fc3acf9975cda0a67 /Doc/library/dis.rst
parent7b617be4ab6df871cfa9d2127908cb1373578dc0 (diff)
downloadcpython-c41d4d09172bf28ba9e5760498bd494a3521a123.zip
cpython-c41d4d09172bf28ba9e5760498bd494a3521a123.tar.gz
cpython-c41d4d09172bf28ba9e5760498bd494a3521a123.tar.bz2
Remove out of date reference to YIELD_FROM from docs. (#94966)
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r--Doc/library/dis.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 9173c1b..85bd94b 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