]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14626)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Jul 2019 21:55:41 +0000 (14:55 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 6 Jul 2019 21:55:41 +0000 (17:55 -0400)
commitdd3862e167d573b6e9a3348c365229ca958d1f1f
tree4529b24c90bf56fed692f0088a0bc519c1cc593c
parent55270d09c212654c4f1bc9ebf9a0081c169a6d12
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14626)

0 is a legal index.
(cherry picked from commit f8709e804d16ec5d44b1d2f00d59a0f78df7b792)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/c-api/list.rst
Misc/NEWS.d/next/Documentation/2019-07-06-17-19-26.bpo-37487.QagfZ5.rst [new file with mode: 0644]