diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2022-01-24 21:47:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 21:47:40 (GMT) |
commit | 573b54515740ce51dcf2402038a9d953aa6c317f (patch) | |
tree | 04cca4e1c9d3b70355f6857cef97cd0b4908a69c /Misc | |
parent | 1c705fda8f9902906edd26d46acb0433b0b098e1 (diff) | |
download | cpython-573b54515740ce51dcf2402038a9d953aa6c317f.zip cpython-573b54515740ce51dcf2402038a9d953aa6c317f.tar.gz cpython-573b54515740ce51dcf2402038a9d953aa6c317f.tar.bz2 |
bpo-46431: improve error message on invalid calls to BaseExceptionGroup.__new__ (GH-30854)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-01-24-16-58-01.bpo-46431.N6mKAx.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-01-24-16-58-01.bpo-46431.N6mKAx.rst b/Misc/NEWS.d/next/Core and Builtins/2022-01-24-16-58-01.bpo-46431.N6mKAx.rst new file mode 100644 index 0000000..3a2af9d --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-01-24-16-58-01.bpo-46431.N6mKAx.rst @@ -0,0 +1 @@ +Improve error message on invalid calls to :meth:`BaseExceptionGroup.__new__`.
\ No newline at end of file |