bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465)

This commit is contained in:
Martmists 2021-05-29 22:30:27 +02:00 committed by GitHub
parent af5a324843
commit 0b11c429c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: