[New-bugs-announce] [issue17387] Error in C API documentation of PySequenceMethods

Alex Orange report at bugs.python.org
Sat Mar 9 01:58:30 CET 2013


New submission from Alex Orange:

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).

----------
assignee: docs at python
components: Documentation
messages: 183779
nosy: Alex.Orange, docs at python
priority: normal
severity: normal
status: open
title: Error in C API documentation of PySequenceMethods
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17387>
_______________________________________


More information about the New-bugs-announce mailing list