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 krivushinme, mp5023, rhettinger, serhiy.storchaka, vinay.sajip
Date 2017-10-13.07:53:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507881226.97.0.213398074469.issue30767@psf.upfronthosting.co.za>
In-reply-to
Content
Matthew Patton: you don't appear to have read the documentation correctly. The formatException() method's exc_info positional parameter is expected to be a normal exception tuple, not just any truthy value. This is clearly stated in the documentation for the method.

That is different to the logger.debug() etc. methods, where a truthy value can be provided for the exc_info keyword parameter.
History
Date User Action Args
2017-10-13 07:53:47vinay.sajipsetrecipients: + vinay.sajip, rhettinger, serhiy.storchaka, krivushinme, mp5023
2017-10-13 07:53:46vinay.sajipsetmessageid: <1507881226.97.0.213398074469.issue30767@psf.upfronthosting.co.za>
2017-10-13 07:53:46vinay.sajiplinkissue30767 messages
2017-10-13 07:53:46vinay.sajipcreate