Browse Source
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Co-Authored-By: Anders Lorentsen <Phaqui@gmail.com>pull/25469/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 87 additions and 12 deletions
-
8Doc/library/array.rst
-
7Doc/whatsnew/3.10.rst
-
11Lib/test/test_array.py
-
2Misc/NEWS.d/next/Library/2021-03-28-16-53-25.bpo-31956.Lt_67U.rst
-
26Modules/arraymodule.c
-
45Modules/clinic/arraymodule.c.h
@ -0,0 +1,2 @@ |
|||
The :meth:`~array.array.index` method of :class:`array.array` now has |
|||
optional *start* and *stop* parameters. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue