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
Date 2007-01-08.18:55:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The following changes have been checked into trunk:

logging.handlers: bare except clause removed from SMTPHandler.emit. Now, only ImportError is trapped.

logging.handlers: bare except clause removed from SocketHandler.createSocket. Now, only socket.error is trapped.

logging: bare except clause removed from LogRecord.__init__.  Now, only ValueError, TypeError and AttributeError are trapped.

I'm marking this as Pending; please submit a change if you think these changes are insufficient. With the default setting of raiseExceptions, all exceptions caused by programmer error should be re-thrown by logging.
History
Date User Action Args
2007-08-23 13:53:44adminlinkissue411881 messages
2007-08-23 13:53:44admincreate