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 terry.reedy
Recipients docs@python, terry.reedy, 杨昆仑
Date 2019-07-05.20:10:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562357422.5.0.983055141547.issue37487@roundup.psfhosted.org>
In-reply-to
Content
Good catch. (In the future, try to include the url, as below.)

The full sentence in question, at https://docs.python.org/3/c-api/list.html#c.PyList_GetItem, is "The position must be positive, indexing from the end of the list is not supported."  'positive' should be 'non-negative'.  The next sentence deal with out-of-bounds positions, and these could be specified as '(< 0, > len(list))'
History
Date User Action Args
2019-07-05 20:10:22terry.reedysetrecipients: + terry.reedy, docs@python, 杨昆仑
2019-07-05 20:10:22terry.reedysetmessageid: <1562357422.5.0.983055141547.issue37487@roundup.psfhosted.org>
2019-07-05 20:10:22terry.reedylinkissue37487 messages
2019-07-05 20:10:22terry.reedycreate