summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-06-06 09:26:18 (GMT)
committerGitHub <noreply@github.com>2023-06-06 09:26:18 (GMT)
commitf4d8e10d0d0cc1ba0787d2350a699d9fb227a7cd (patch)
treea529369faabe03a15219fec7c5793670d448d9a5 /Misc
parent92022d8416d9e175800b65c4d71d4e4fb47adcb0 (diff)
downloadcpython-f4d8e10d0d0cc1ba0787d2350a699d9fb227a7cd.zip
cpython-f4d8e10d0d0cc1ba0787d2350a699d9fb227a7cd.tar.gz
cpython-f4d8e10d0d0cc1ba0787d2350a699d9fb227a7cd.tar.bz2
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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-06-04-23-20-56.gh-issue-105292.ns6XQR.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-06-04-23-20-56.gh-issue-105292.ns6XQR.rst b/Misc/NEWS.d/next/Library/2023-06-04-23-20-56.gh-issue-105292.ns6XQR.rst
new file mode 100644
index 0000000..c23e1ff
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-06-04-23-20-56.gh-issue-105292.ns6XQR.rst
@@ -0,0 +1,2 @@
+Add option to :func:`traceback.format_exception_only` to recurse into the
+nested exception of a :exc:`BaseExceptionGroup`.