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 vinay.sajip
Recipients vinay.sajip, xdegaye
Date 2017-01-06.21:41:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I've added a patch that should handle these errors (including the SysLogHandlerTest, which wasn't reported, but I think the same logic applies).

To simulate failure during setup, uncomment one or more of the lines which says

    # raise ValueError('dummy error raised')
History
Date User Action Args
2017-01-06 21:41:12vinay.sajipsetrecipients: + vinay.sajip, xdegaye
2017-01-06 21:41:12vinay.sajipsetmessageid: <[email protected]>
2017-01-06 21:41:12vinay.sajiplinkissue29177 messages
2017-01-06 21:41:12vinay.sajipcreate