blob: 49bb74bc5366538793d8360d5b17de6f665e14af (
plain)
1
2
3
4
|
Added the ``compact`` parameter to the constructor of
:class:`traceback.TracebackException` to reduce time and memory
for use cases that only need to call :func:`TracebackException.format`
and :func:`TracebackException.format_exception_only`.
|