summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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