mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +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
|
@ -868,7 +868,7 @@ class REX_three(object):
|
|||
self._proto = proto
|
||||
return REX_two, ()
|
||||
def __reduce__(self):
|
||||
raise TestFailed, "This __reduce__ shouldn't be called"
|
||||
raise TestFailed("This __reduce__ shouldn't be called")
|
||||
|
||||
class REX_four(object):
|
||||
_proto = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue