diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2022-11-06 15:36:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 15:36:19 (GMT) |
commit | 61b6c40b645bd8c8568f1646dc46580fa49d107a (patch) | |
tree | 8b7a53cc5aefabbf59ba9cd78c4a07c409e0fd9f /Misc/NEWS.d/next | |
parent | d3b82b4463c4eb51954c0afd98342f0c5e479baa (diff) | |
download | cpython-61b6c40b645bd8c8568f1646dc46580fa49d107a.zip cpython-61b6c40b645bd8c8568f1646dc46580fa49d107a.tar.gz cpython-61b6c40b645bd8c8568f1646dc46580fa49d107a.tar.bz2 |
gh-99153: set location on SyntaxError for try with both except and except* (GH-99160)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-11-06-13-25-01.gh-issue-99153.uE3CVL.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-11-06-13-25-01.gh-issue-99153.uE3CVL.rst b/Misc/NEWS.d/next/Core and Builtins/2022-11-06-13-25-01.gh-issue-99153.uE3CVL.rst new file mode 100644 index 0000000..0445afb --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-11-06-13-25-01.gh-issue-99153.uE3CVL.rst @@ -0,0 +1 @@ +Fix location of :exc:`SyntaxError` for a :keyword:`try` block with both :keyword:`except` and :keyword:`except* <except_star>`. |