diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2021-02-07 18:42:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 18:42:21 (GMT) |
commit | 206cbdab16cb054e859597a562e2f6ab35e99766 (patch) | |
tree | 005cf5c7f838019da4ea52eb0ad21e7511672ac5 /Misc | |
parent | 0ec57e25c918b859b9f8d464e34e0ac859c2f8b3 (diff) | |
download | cpython-206cbdab16cb054e859597a562e2f6ab35e99766.zip cpython-206cbdab16cb054e859597a562e2f6ab35e99766.tar.gz cpython-206cbdab16cb054e859597a562e2f6ab35e99766.tar.bz2 |
bpo-43149: Improve error message for exception group without parentheses (GH-24467)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-02-07-03-27-14.bpo-43149.0umPKD.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-02-07-03-27-14.bpo-43149.0umPKD.rst b/Misc/NEWS.d/next/Core and Builtins/2021-02-07-03-27-14.bpo-43149.0umPKD.rst new file mode 100644 index 0000000..35ef84c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-02-07-03-27-14.bpo-43149.0umPKD.rst @@ -0,0 +1,2 @@ +Improve the error message in the parser for exception groups without +parentheses. Patch by Pablo Galindo. |