]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
authorZackery Spytz <zspytz@gmail.com>
Fri, 2 Apr 2021 15:28:35 +0000 (09:28 -0600)
committerGitHub <noreply@github.com>
Fri, 2 Apr 2021 15:28:35 +0000 (00:28 +0900)
commitafd12650580725ac598b2845384771c14c4f952e
tree2290e54eaa5fdb75d0b0513f0e575c440150fafd
parent240bcf82a11fe7433a61da70605e924c53b88096
bpo-31956: Add start and stop parameters to array.index() (GH-25059)

Co-Authored-By: Anders Lorentsen <Phaqui@gmail.com>
Doc/library/array.rst
Doc/whatsnew/3.10.rst
Lib/test/test_array.py
Misc/NEWS.d/next/Library/2021-03-28-16-53-25.bpo-31956.Lt_67U.rst [new file with mode: 0644]
Modules/arraymodule.c
Modules/clinic/arraymodule.c.h