8000 gh-119780: Adjust exception messages in Lib/test/test_format.py by skirpichev · Pull Request #119781 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-119780: Adjust exception messages in Lib/test/test_format.py #119781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "+ add missing (?) raise"
This reverts commit 7f9b4d0.
  • Loading branch information
skirpichev committed May 31, 2024
commit 0ce90943d25732a6523b515e651ff5a136e36c6e
1 change: 0 additions & 1 deletion Lib/test/test_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def test_exc(formatstr, args, exception, excmsg):
else:
if verbose: print('no')
print('Unexpected ', exception, ':', repr(str(exc)))
raise
except:
if verbose: print('no')
print('Unexpected exception')
Expand Down
0