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
Date 2017-10-15.22:45:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508107556.27.0.213398074469.issue31795@psf.upfronthosting.co.za>
In-reply-to
Content
Ellipsis object documentation[1] specifies that Ellipsis is mainly used by Slicings. But Slicing's documentation[2] doesn't mention anything about Ellipsis. Consequently - it is not immediately clear from Ellipsis documentation what it's used for.

[1] https://docs.python.org/3/library/stdtypes.html?highlight=ellipsis#the-ellipsis-object

[2] https://docs.python.org/3/reference/expressions.html#slicings
History
Date User Action Args
2017-10-15 22:45:56nitishchsetrecipients: + nitishch, docs@python
2017-10-15 22:45:56nitishchsetmessageid: <1508107556.27.0.213398074469.issue31795@psf.upfronthosting.co.za>
2017-10-15 22:45:56nitishchlinkissue31795 messages
2017-10-15 22:45:56nitishchcreate