Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30767>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to