Remove out of date reference to YIELD_FROM from docs. (GH-94966) (GH-94975)

(cherry picked from commit c41d4d0917)

Co-authored-by: Mark Shannon <mark@hotpy.org>

Co-authored-by: Mark Shannon <mark@hotpy.org>
This commit is contained in:
Miss Islington (bot) 2022-07-19 04:58:44 -07:00 committed by GitHub
parent fbd24068c2
commit d2be44230e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -588,12 +588,6 @@ iterations of the loop.
Pops TOS and yields it from a :term:`generator`.
.. opcode:: YIELD_FROM
Pops TOS and delegates to it as a subiterator from a :term:`generator`.
.. versionadded:: 3.3
.. opcode:: SETUP_ANNOTATIONS