mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Allow 'continue' inside 'try' clause
SF patch 102989 by Thomas Wouters
This commit is contained in:
parent
1bbc048310
commit
3faa52ecc4
9 changed files with 74 additions and 45 deletions
|
@ -27,11 +27,7 @@ RuntimeError
|
|||
(not used any more?)
|
||||
spam
|
||||
SyntaxError
|
||||
'continue' not supported inside 'try' clause
|
||||
ok
|
||||
'continue' not supported inside 'try' clause
|
||||
ok
|
||||
'continue' not supported inside 'try' clause
|
||||
'continue' not supported inside 'finally' clause
|
||||
ok
|
||||
'continue' not properly in loop
|
||||
ok
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue