mirror of https://github.com/python/cpython.git
bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453)
(cherry picked from commit 0b11c429c7
)
Co-authored-by: Martmists <mail@martmists.com>
This commit is contained in:
parent
d8ce746e7c
commit
d338ce0796
|
@ -2453,6 +2453,8 @@ Async Object Structures
|
|||
See :c:func:`PyIter_Send` for details.
|
||||
This slot may be set to ``NULL``.
|
||||
|
||||
.. versionadded:: 3.10
|
||||
|
||||
|
||||
.. _slot-typedefs:
|
||||
|
||||
|
|
Loading…
Reference in New Issue