mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Add versionchanged for parameter type changes.
This commit is contained in:
parent
ab3734fd97
commit
6d9839d011
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue