]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105292: Add option to make traceback.TracebackException.format_exception_only...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 6 Jun 2023 09:26:18 +0000 (10:26 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 09:26:18 +0000 (11:26 +0200)
commitf4d8e10d0d0cc1ba0787d2350a699d9fb227a7cd
treea529369faabe03a15219fec7c5793670d448d9a5
parent92022d8416d9e175800b65c4d71d4e4fb47adcb0
gh-105292: Add option to make traceback.TracebackException.format_exception_only recurse into exception groups (#105294)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Doc/library/traceback.rst
Doc/whatsnew/3.13.rst
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2023-06-04-23-20-56.gh-issue-105292.ns6XQR.rst [new file with mode: 0644]