[issue30059] No documentation for C type Py_Ellipsis

Michael Seifert report at bugs.python.org
Wed Apr 12 15:29:25 EDT 2017


Michael Seifert added the comment:

> I'm wondering if it is worth to add a separate section for Ellipsis at the same level as "Slice Objects", but in the same file.

I'm not sure either. 

There seems to be no precedent in the documentation, for example "Py_NotImplemented" is also just another (but mentioned first) point in the Object protocol [https://docs.python.org/3/c-api/object.html#object-protocol] and "Py_None" even has a complete page [https://docs.python.org/3/c-api/none.html].

----------

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


More information about the Python-bugs-list mailing list