[issue1553375] Add traceback.print_full_exception()

Vinay Sajip report at bugs.python.org
Sun Nov 14 22:38:18 CET 2010


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

I've implemented an optional keyword argument stack_info (defaulting to False) for all logging calls. If specified as True, a line 

Stack (most recent call last):

is printed, followed by the output of traceback.print_stack(). This is output after any exception information.

Checked into py3k (r86467), please can interested parties check if it meets the logging use case mentioned when the ticket was created?

Regression tests pass OK, and docs updated in this checkin.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1553375>
_______________________________________


More information about the Python-bugs-list mailing list