Message 342824 - Python tracker

Message342824

Author eric.smith
Recipients barry, eric.smith, serhiy.storchaka, takluyver
Date 2019-05-18.23:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558223407.17.0.845758308073.issue36691@roundup.psfhosted.org>
In-reply-to
Content
You could add a flag in the exception to tell the default handler where to write the message. It would default to stderr.

This would make it possible to catch the exception before it was written out, and customize the behavior.
History
Date User Action Args
2019-05-18 23:50:07eric.smithsetrecipients: + eric.smith, barry, takluyver, serhiy.storchaka
2019-05-18 23:50:07eric.smithsetmessageid: <1558223407.17.0.845758308073.issue36691@roundup.psfhosted.org>
2019-05-18 23:50:07eric.smithlinkissue36691 messages
2019-05-18 23:50:07eric.smithcreate