]> granicus.if.org Git - python/commit
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Jul 2019 21:54:56 +0000 (14:54 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 6 Jul 2019 21:54:56 +0000 (17:54 -0400)
commitad3720359faa933d04bde3d3222fd54e73ee7feb
treea1a3491a469f3f4f81e660ac420644130479408c
parentd4af55391f56286ab8d478591017174a5a0a5ce2
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624)

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]