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 rhettinger
Recipients docs@python, nitishch, rhettinger
Date 2017-10-16.12:06:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508155603.85.0.213398074469.issue31795@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2017-10-16 12:06:43rhettingersetrecipients: + rhettinger, docs@python, nitishch
2017-10-16 12:06:43rhettingersetmessageid: <1508155603.85.0.213398074469.issue31795@psf.upfronthosting.co.za>
2017-10-16 12:06:43rhettingerlinkissue31795 messages
2017-10-16 12:06:43rhettingercreate