diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 9173c1bcf5e7ba..85bd94b4eae949 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