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 mbussonn
Recipients berker.peksag, bethard, mbussonn, paul.j3, serhiy.storchaka
Date 2015-06-03.17:42:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433353377.25.0.474308222423.issue24360@psf.upfronthosting.co.za>
In-reply-to
Content
Sure and anyway if you have a huge namespace, things will become unreadable. 
But during development/teaching, having object that have a "sane" representation is useful, otherwise your brain (well at least mine), choke on the output and break the flow of my thoughts.

One could also just use __repr(self)__ = repr(self.__dict__), that woudl be even simpler and readable :-)
History
Date User Action Args
2015-06-03 17:42:57mbussonnsetrecipients: + mbussonn, bethard, berker.peksag, paul.j3, serhiy.storchaka
2015-06-03 17:42:57mbussonnsetmessageid: <1433353377.25.0.474308222423.issue24360@psf.upfronthosting.co.za>
2015-06-03 17:42:57mbussonnlinkissue24360 messages
2015-06-03 17:42:57mbussonncreate