[docs] [issue26346] PySequenceMethods documentation missing sq_slice and sq_ass_slice

Martin Panter report at bugs.python.org
Thu Feb 11 23:16:25 EST 2016


Martin Panter added the comment:

Maybe they are missing because they don’t exist in Python 3 :) <https://hg.python.org/cpython/file/v3.5.1/Include/object.h#l291>

Perhaps what is needed instead is a list of the actual fields in order, since I assume Python supports compilers that can’t use the designated initializer (PySequenceMethods){.sq_contains=...} syntax.

----------
nosy: +martin.panter

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


More information about the docs mailing list