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 serhiy.storchaka
Recipients berker.peksag, brett.cannon, davin, larry, pitrou, rbcollins, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2016-09-10.15:57:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473523048.34.0.449664324339.issue24391@psf.upfronthosting.co.za>
In-reply-to
Content
I agree, that the address is the least interesting thing, and I think this is an argument to make it the last thing in the repr (at least for those of us who read from left to right). Many objects in different modules outputs the address last. The only exceptions are asyncio (just because it constructs reprs from super().__repr__(), including verbose "object" after type name), concurrent.futures and weakref.finalize (the latter contains multiple addresses in any case). Do we need "object" after type name?
History
Date User Action Args
2016-09-10 15:57:28serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, terry.reedy, pitrou, vstinner, larry, rbcollins, berker.peksag, davin
2016-09-10 15:57:28serhiy.storchakasetmessageid: <1473523048.34.0.449664324339.issue24391@psf.upfronthosting.co.za>
2016-09-10 15:57:28serhiy.storchakalinkissue24391 messages
2016-09-10 15:57:28serhiy.storchakacreate