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 doerwalter
Recipients doerwalter, ezio.melotti, fdrake, pitrou, serhiy.storchaka
Date 2013-12-14.11:49:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387021769.53.0.809539526847.issue19100@psf.upfronthosting.co.za>
In-reply-to
Content
sys.displayhook doesn't fail, because it uses the backslashreplace error handler, and for sys.displayhook that's OK, because it's only used for screen output and there some output is better than no output. However print and pprint.pprint might be used for output that is consumed by other programs (via pipes etc.) and IMHO in this case "Errors should never pass silently."
History
Date User Action Args
2013-12-14 11:49:29doerwaltersetrecipients: + doerwalter, fdrake, pitrou, ezio.melotti, serhiy.storchaka
2013-12-14 11:49:29doerwaltersetmessageid: <1387021769.53.0.809539526847.issue19100@psf.upfronthosting.co.za>
2013-12-14 11:49:29doerwalterlinkissue19100 messages
2013-12-14 11:49:29doerwaltercreate