[issue37487] PyList_GetItem() document: index can be 0

2019-07-06 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue37487] PyList_GetItem() document: index can be 0

2019-07-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset dd3862e167d573b6e9a3348c365229ca958d1f1f by Terry Jan Reedy (Miss Islington (bot)) in branch '2.7': bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14626) https://github.com/python/cpython/commit/dd3862e167d573b6e9a3348c365229ca9

[issue37487] PyList_GetItem() document: index can be 0

2019-07-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 9c930d076a7225694b369d30636a29acb556c2be by Terry Jan Reedy (Miss Islington (bot)) in branch '3.7': bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14625) https://github.com/python/cpython/commit/9c930d076a7225694b369d30636a29acb

[issue37487] PyList_GetItem() document: index can be 0

2019-07-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset ad3720359faa933d04bde3d3222fd54e73ee7feb by Terry Jan Reedy (Miss Islington (bot)) in branch '3.8': bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624) https://github.com/python/cpython/commit/ad3720359faa933d04bde3d3222fd54e7

[issue37487] PyList_GetItem() document: index can be 0

2019-07-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +14440 pull_request: https://github.com/python/cpython/pull/14626 ___ Python tracker ___ __

[issue37487] PyList_GetItem() document: index can be 0

2019-07-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +14439 pull_request: https://github.com/python/cpython/pull/14625 ___ Python tracker ___ __

[issue37487] PyList_GetItem() document: index can be 0

2019-07-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +14438 stage: commit review -> patch review pull_request: https://github.com/python/cpython/pull/14624 ___ Python tracker ___ _

[issue37487] PyList_GetItem() document: index can be 0

2019-07-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset f8709e804d16ec5d44b1d2f00d59a0f78df7b792 by Terry Jan Reedy in branch 'master': bpo-37487: Fix PyList_GetItem index description. (GH-14623) https://github.com/python/cpython/commit/f8709e804d16ec5d44b1d2f00d59a0f78df7b792 -- _

[issue37487] PyList_GetItem() document: index can be 0

2019-07-06 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: docs@python -> terry.reedy stage: patch review -> commit review title: PyList_GetItem() document regarding index -> PyList_GetItem() document: index can be 0 versions: +Python 2.7, Python 3.7, Python 3.8, Python 3.9 -Python 3.5 _