Raymond Hettinger added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25548>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to