[docs] [issue31795] Slicings documentation doesn't mention Ellipsis

Nitish report at bugs.python.org
Mon Oct 16 02:30:31 EDT 2017


Nitish <nitishchandrachinta at gmail.com> added the comment:

The problem is that while documentation for other objects like Null object, NotImplemented object make it clear what they are used for, documentation for Ellipsis object only says that it's used in slicings and the slicings documentation doesn't cover Ellipsis.

Can we add an example of its usage in Numpy to the docs?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31795>
_______________________________________


More information about the docs mailing list