Skip to content

Commit 3a6200c

Browse files
committed
Add missing versionadded notes.
1 parent d274ffa commit 3a6200c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/c-api/gen.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Asynchronous Generator Objects
6262
The type object corresponding to asynchronous generator objects. This is
6363
available as :class:`types.AsyncGeneratorType` in the Python layer.
6464
65+
.. versionadded:: 3.6
66+
6567
.. c:function:: PyObject *PyAsyncGen_New(PyFrameObject *frame, PyObject *name, PyObject *qualname)
6668
6769
Create a new asynchronous generator wrapping *frame*, with ``__name__`` and
@@ -78,3 +80,5 @@ Asynchronous Generator Objects
7880
7981
Return true if *op* is an asynchronous generator object, false otherwise.
8082
This function always succeeds.
83+
84+
.. versionadded:: 3.6

0 commit comments

Comments
 (0)