mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Raise statement normalization in Lib/test/.
This commit is contained in:
parent
e0281cab81
commit
3add4d78ff
47 changed files with 218 additions and 218 deletions
|
|
@ -6,7 +6,7 @@ import hashlib
|
|||
|
||||
|
||||
def creatorFunc():
|
||||
raise RuntimeError, "eek, creatorFunc not overridden"
|
||||
raise RuntimeError("eek, creatorFunc not overridden")
|
||||
|
||||
def test_scaled_msg(scale, name):
|
||||
iterations = 106201/scale * 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue