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 photofone
Recipients gvanrossum, photofone, serhiy.storchaka, xtreak
Date 2018-09-27.07:19:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538032794.33.0.545547206417.issue34815@psf.upfronthosting.co.za>
In-reply-to
Content
Yes. I wanted to change just __str__ because the string value of an Ellipsis should be, well, an ellipsis. The __repr__ representation helps distinguish between recursion and an ellipsis object, so that's fine the way it is.
History
Date User Action Args
2018-09-27 07:19:54photofonesetrecipients: + photofone, gvanrossum, serhiy.storchaka, xtreak
2018-09-27 07:19:54photofonesetmessageid: <1538032794.33.0.545547206417.issue34815@psf.upfronthosting.co.za>
2018-09-27 07:19:54photofonelinkissue34815 messages
2018-09-27 07:19:54photofonecreate