diff options
author | Mark Shannon <mark@hotpy.org> | 2022-07-18 17:04:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 17:04:07 (GMT) |
commit | c41d4d09172bf28ba9e5760498bd494a3521a123 (patch) | |
tree | 68f3cc1cea54f62bccf2cd5fc3acf9975cda0a67 /Doc/library/dis.rst | |
parent | 7b617be4ab6df871cfa9d2127908cb1373578dc0 (diff) | |
download | cpython-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.rst | 6 |
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 |