Skip to content

Commit bb685cd

Browse files
authored
Remove more versionadded:: 3.0
1 parent 9ce8dbc commit bb685cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Doc/c-api/function.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ There are a few functions specific to Python functions.
121121
Return the annotations of the function object *op*. This can be a
122122
mutable dictionary or ``NULL``.
123123
124-
.. versionadded:: 3.0
125-
126124
127125
.. c:function:: int PyFunction_SetAnnotations(PyObject *op, PyObject *annotations)
128126
@@ -131,8 +129,6 @@ There are a few functions specific to Python functions.
131129
132130
Raises :exc:`SystemError` and returns ``-1`` on failure.
133131
134-
.. versionadded:: 3.0
135-
136132
137133
.. c:function:: PyObject *PyFunction_GET_CODE(PyObject *op)
138134
PyObject *PyFunction_GET_GLOBALS(PyObject *op)

0 commit comments

Comments
 (0)