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

Raymond Hettinger report at bugs.python.org
Mon Oct 16 08:06:43 EDT 2017


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

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

I don't think we should.   In CPython, the ellipsis has no interesting semantics.  It is something that third-party modules can use however they wish.  It doesn't make sense for CPython docs to cover their usage.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the docs mailing list