Commit 0dc5c316 authored by Michael Seifert's avatar Michael Seifert Committed by Serhiy Storchaka

bpo-30059: Include Py_Ellipsis in C API documentation (#1018)

parent e4f961be
......@@ -93,3 +93,14 @@ Slice Objects
code.
.. versionadded:: 3.6.1
Ellipsis Object
---------------
.. c:var:: PyObject *Py_Ellipsis
The Python ``Ellipsis`` object. This object has no methods. It needs to be
treated just like any other object with respect to reference counts. Like
:c:data:`Py_None` it is a singleton object.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment