]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465)
authorMartmists <mail@martmists.com>
Sat, 29 May 2021 20:30:27 +0000 (22:30 +0200)
committerGitHub <noreply@github.com>
Sat, 29 May 2021 20:30:27 +0000 (21:30 +0100)
Doc/c-api/typeobj.rst

index 82f2ab53451166c731b23ecb214cd180cc4e0e0b..ea811158fa87390d92f85c63f4bf6d8eefb9dac4 100644 (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: