mirror of https://github.com/python/cpython.git
exec() -> exec
This commit is contained in:
parent
a49d94af08
commit
e2cb7274ea
|
@ -66,7 +66,7 @@ def r(name): print name
|
|||
print '(not used any more?)'
|
||||
|
||||
r(SyntaxError)
|
||||
try: exec('/\n')
|
||||
try: exec '/\n'
|
||||
except SyntaxError: pass
|
||||
|
||||
r(SystemError)
|
||||
|
|
Loading…
Reference in New Issue