This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nitishch
Recipients docs@python, nitishch, rhettinger
Date 2017-10-16.06:30:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508135431.4.0.213398074469.issue31795@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-10-16 06:30:31nitishchsetrecipients: + nitishch, rhettinger, docs@python
2017-10-16 06:30:31nitishchsetmessageid: <1508135431.4.0.213398074469.issue31795@psf.upfronthosting.co.za>
2017-10-16 06:30:31nitishchlinkissue31795 messages
2017-10-16 06:30:31nitishchcreate