This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author 杨昆仑
Recipients docs@python, 杨昆仑
Date 2019-07-02.14:49:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562078981.78.0.204113489649.issue37487@roundup.psfhosted.org>
In-reply-to
Content
The document of this function (PyList_GetItem()) says: "Return the object at position index in the list pointed to by list. The position must be **positive**,". However test shows the correct position index should be from 0 to len(list)-1. The claim of index **must be positive** is inaccurate and confusing.
History
Date User Action Args
2019-07-02 14:49:41杨昆仑setrecipients: + 杨昆仑, docs@python
2019-07-02 14:49:41杨昆仑setmessageid: <1562078981.78.0.204113489649.issue37487@roundup.psfhosted.org>
2019-07-02 14:49:41杨昆仑linkissue37487 messages
2019-07-02 14:49:41杨昆仑create