From: Martmists Date: Sat, 29 May 2021 20:30:27 +0000 (+0200) Subject: bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) X-Git-Tag: v3.11.0a1~988 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b11c429c7f1721d9ffb9ae19e3e8e2e7bd6444d;p=thirdparty%2FPython%2Fcpython.git bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 82f2ab534511..ea811158fa87 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -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: