exec() -> exec
This commit is contained in:
parent
a49d94af08
commit
e2cb7274ea
@ -66,7 +66,7 @@ r(RuntimeError)
|
|||||||
print '(not used any more?)'
|
print '(not used any more?)'
|
||||||
|
|
||||||
r(SyntaxError)
|
r(SyntaxError)
|
||||||
try: exec('/\n')
|
try: exec '/\n'
|
||||||
except SyntaxError: pass
|
except SyntaxError: pass
|
||||||
|
|
||||||
r(SystemError)
|
r(SystemError)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user