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 Jim Fasarakis-Hilliard, Julian, Sean.Ochoa, eamanu, eric.araujo, ezio.melotti, ncoghlan, petri.lehtinen, serhiy.storchaka, terry.reedy, vstinner
Date 2017-03-28.17:18:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490721524.98.0.951858331141.issue13349@psf.upfronthosting.co.za>
In-reply-to
Content
Error messages should use repr(). For example str() of bytes object emits a warning or error.

See issue26090 for the issue with truncated reprs.
History
Date User Action Args
2017-03-28 17:18:45serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ncoghlan, vstinner, ezio.melotti, eric.araujo, Julian, petri.lehtinen, Sean.Ochoa, Jim Fasarakis-Hilliard, eamanu
2017-03-28 17:18:44serhiy.storchakasetmessageid: <1490721524.98.0.951858331141.issue13349@psf.upfronthosting.co.za>
2017-03-28 17:18:44serhiy.storchakalinkissue13349 messages
2017-03-28 17:18:44serhiy.storchakacreate