[issue1553375] Add traceback.print_full_exception()

Vinay Sajip report at bugs.python.org
Thu Aug 26 15:31:22 CEST 2010


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

This functionality would be useful in format_exception(), too, so it might be better to implement in format_exception_only(). This latter function formats the exception part of a traceback, so it makes sense to implement it here.

I would prefer "fullstack" to "full" as it's clearer what the 'full' pertains to. An alternative might be "upperframes" or "allframes".

----------

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


More information about the Python-bugs-list mailing list