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 takluyver
Recipients r.david.murray, serhiy.storchaka, takluyver
Date 2017-06-12.17:54:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497290059.17.0.83458872038.issue30639@psf.upfronthosting.co.za>
In-reply-to
Content
Sure, I can do that if you want. The other thing I thought of was using object.__repr__, so the repr always shows like <foo object at 0x123abc...> .
History
Date User Action Args
2017-06-12 17:54:19takluyversetrecipients: + takluyver, r.david.murray, serhiy.storchaka
2017-06-12 17:54:19takluyversetmessageid: <1497290059.17.0.83458872038.issue30639@psf.upfronthosting.co.za>
2017-06-12 17:54:19takluyverlinkissue30639 messages
2017-06-12 17:54:19takluyvercreate