Commit 6d9839d0 authored by Martin v. Löwis's avatar Martin v. Löwis

Add versionchanged for parameter type changes.

parent ab3734fd
......@@ -38,6 +38,9 @@ Slice Objects
You probably do not want to use this function.
.. versionchanged:: 3.2
The parameter type for the *slice* parameter was PySliceObject* before.
.. c:function:: int PySlice_GetIndicesEx(PyObject *slice, Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength)
......@@ -49,3 +52,5 @@ Slice Objects
Returns 0 on success and -1 on error with exception set.
.. versionchanged:: 3.2
The parameter type for the *slice* parameter was PySliceObject* before.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment