diff options
author | Martmists <mail@martmists.com> | 2021-05-29 20:30:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-29 20:30:27 (GMT) |
commit | 0b11c429c7f1721d9ffb9ae19e3e8e2e7bd6444d (patch) | |
tree | beb07510e35d4cd320ab2c6801ea16ba2e843146 /Doc | |
parent | af5a324843de395cecc562cb0c757b3768f2077f (diff) | |
download | cpython-0b11c429c7f1721d9ffb9ae19e3e8e2e7bd6444d.zip cpython-0b11c429c7f1721d9ffb9ae19e3e8e2e7bd6444d.tar.gz cpython-0b11c429c7f1721d9ffb9ae19e3e8e2e7bd6444d.tar.bz2 |
bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/c-api/typeobj.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 82f2ab5..ea81115 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: |