mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
exec() -> exec
This commit is contained in:
parent
a49d94af08
commit
e2cb7274ea
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ r(RuntimeError)
|
|||
print '(not used any more?)'
|
||||
|
||||
r(SyntaxError)
|
||||
try: exec('/\n')
|
||||
try: exec '/\n'
|
||||
except SyntaxError: pass
|
||||
|
||||
r(SystemError)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue