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 methane
Recipients docs@python, methane
Date 2010-12-01.03:34:59
SpamBayes Score 0.25934944
Marked as misclassified No
Message-id <1291174502.22.0.50316378101.issue10594@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/c-api/list.html#PyList_GetItem
> Return the object at position pos in the list pointed to by p
s/pos/index/
History
Date User Action Args
2010-12-01 03:35:02methanesetrecipients: + methane, docs@python
2010-12-01 03:35:02methanesetmessageid: <1291174502.22.0.50316378101.issue10594@psf.upfronthosting.co.za>
2010-12-01 03:34:59methanelinkissue10594 messages
2010-12-01 03:34:59methanecreate