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 Madison May, bob.ippolito, ezio.melotti, pitrou, rhettinger, serhiy.storchaka, terry.reedy
Date 2015-07-17.19:07:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437160053.0.0.442802665691.issue24641@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would be better to change error message to mention the type only. Yet one argument is that the repr of affected object can be very large, while the type name usually is short enough. repr() even can raise an exception (e.g. MemoryError).
History
Date User Action Args
2015-07-17 19:07:33serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, bob.ippolito, pitrou, ezio.melotti, Madison May
2015-07-17 19:07:33serhiy.storchakasetmessageid: <1437160053.0.0.442802665691.issue24641@psf.upfronthosting.co.za>
2015-07-17 19:07:32serhiy.storchakalinkissue24641 messages
2015-07-17 19:07:32serhiy.storchakacreate