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 eric.araujo
Recipients eric.araujo, ezio.melotti, petri.lehtinen
Date 2011-11-07.16:42:59
SpamBayes Score 4.0769242e-05
Marked as misclassified No
Message-id <1320684180.65.0.426790725838.issue13349@psf.upfronthosting.co.za>
In-reply-to
Content
> The good thing about this is ease of debugging.
Exactly!  +1 for the idea.

> On the other hand, the repr of a value might be very long:
You can restrict the length with % formats.

> Also, all values don't have a very informal repr:
Not your problem.  This change will still be much more useful than the current 'x'.  Some reprs are very helpful, other ones give the ID so can be used in debugging, other ones are not helpful at all so authors will have to make them more helpful or debug their code otherwise.
History
Date User Action Args
2011-11-07 16:43:00eric.araujosetrecipients: + eric.araujo, ezio.melotti, petri.lehtinen
2011-11-07 16:43:00eric.araujosetmessageid: <1320684180.65.0.426790725838.issue13349@psf.upfronthosting.co.za>
2011-11-07 16:43:00eric.araujolinkissue13349 messages
2011-11-07 16:43:00eric.araujocreate