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 crazycasta
Recipients crazycasta, docs@python
Date 2013-03-09.00:58:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362790710.8.0.92948490889.issue17387@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation at http://docs.python.org/2/c-api/typeobj.html#PySequenceMethods is missing sq_slice between sq_item and sq_ass_item. This will mess up anyone trying to use anything after sq_item (that isn't using designated initializers).
History
Date User Action Args
2013-03-09 00:58:30crazycastasetrecipients: + crazycasta, docs@python
2013-03-09 00:58:30crazycastasetmessageid: <1362790710.8.0.92948490889.issue17387@psf.upfronthosting.co.za>
2013-03-09 00:58:30crazycastalinkissue17387 messages
2013-03-09 00:58:30crazycastacreate