mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -2453,6 +2453,8 @@ Async Object Structures
|
||||||
See :c:func:`PyIter_Send` for details.
|
See :c:func:`PyIter_Send` for details.
|
||||||
This slot may be set to ``NULL``.
|
This slot may be set to ``NULL``.
|
||||||
|
|
||||||
|
.. versionadded:: 3.10
|
||||||
|
|
||||||
|
|
||||||
.. _slot-typedefs:
|
.. _slot-typedefs:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue