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, eric.araujo, r.david.murray, rhettinger, terry.reedy, vexoxev
Date 2017-10-22.21:18:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508707130.95.0.213398074469.issue9842@psf.upfronthosting.co.za>
In-reply-to
Content
Since the appearance of reprs is not guaranteed.  I don't think this should be documented (because doing so makes it a guaranteed behavior).  In fact, the appearance has changed over time from ... to  [...] in and may change at some point to <...> so that it can't be confused with an actual Ellipsis object.  At best this should be a FAQ entry or we can defer to behaviors that are documented and guaranteed (such as reprlib.recursive_repr() and its default fillvalue).  

I concur with David Murray that the Ellipsis object should be indexed and cross-referenced.
History
Date User Action Args
2017-10-22 21:18:51rhettingersetrecipients: + rhettinger, terry.reedy, eric.araujo, r.david.murray, docs@python, vexoxev
2017-10-22 21:18:50rhettingersetmessageid: <1508707130.95.0.213398074469.issue9842@psf.upfronthosting.co.za>
2017-10-22 21:18:50rhettingerlinkissue9842 messages
2017-10-22 21:18:50rhettingercreate