We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f482eba commit 54a6d26Copy full SHA for 54a6d26
Lib/test/test_traceback.py
@@ -2928,6 +2928,7 @@ def exc():
2928
f' | ~~~~~~~~~~~~~~~~~~~~~^^\n'
2929
f' | File "{__file__}", line {exc.__code__.co_firstlineno + 3}, in exc\n'
2930
f' | except* Exception as e:\n'
2931
+ f' | raise\n'
2932
f' | ExceptionGroup: (1 sub-exception)\n'
2933
f' +-+---------------- 1 ----------------\n'
2934
f' | Traceback (most recent call last):\n'
0 commit comments