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 vstinner
Recipients eric.smith, jafo, vstinner
Date 2010-03-25.01:58:25
SpamBayes Score 0.0012129192
Marked as misclassified No
Message-id <1269482307.6.0.818538355062.issue8214@psf.upfronthosting.co.za>
In-reply-to
Content
syslog_exception() should be declared outside logexceptions(), so it's possible to call it directly. Example:

try:
  ...
except Exception:
  syslog_exception(*sys.exc_info())
History
Date User Action Args
2010-03-25 01:58:27vstinnersetrecipients: + vstinner, jafo, eric.smith
2010-03-25 01:58:27vstinnersetmessageid: <1269482307.6.0.818538355062.issue8214@psf.upfronthosting.co.za>
2010-03-25 01:58:26vstinnerlinkissue8214 messages
2010-03-25 01:58:25vstinnercreate