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 Winterflower, matrixise, ppperry, rhettinger, terry.reedy
Date 2016-05-22.01:27:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463880450.93.0.0935011481729.issue25548@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't quite get why the memory address is helpful

For the same reason that we've found the address to helpful in other reprs, it helps people understand that classes are objects just like anything else and to know which objects are distinct.

My instructors have found that this matters when teaching Python and more than one of them immediately noticed the loss of information when switching from teaching Python 2 to Python 3.
History
Date User Action Args
2016-05-22 01:27:30rhettingersetrecipients: + rhettinger, terry.reedy, matrixise, ppperry, Winterflower
2016-05-22 01:27:30rhettingersetmessageid: <1463880450.93.0.0935011481729.issue25548@psf.upfronthosting.co.za>
2016-05-22 01:27:30rhettingerlinkissue25548 messages
2016-05-22 01:27:30rhettingercreate