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@python
components: Documentation
messages: 183779
nosy: Alex.Orange, docs@python
priority: normal
severity: normal
status: open
title: Error in C API documentation of PySequenceMethods
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to