Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0072d5a

Browse files
committed
continue now allowed in try block
1 parent 3faa52e commit 0072d5a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ Core language, builtins, and interpreter
5858
includes support for "explicit" weak references, proxy objects, and
5959
mappings with weakly held values.
6060

61+
- A 'continue' statement can now appear in a try block within the body
62+
of a loop. It is still not possible to use continue in a finally
63+
clause.
64+
6165
Standard library
6266

6367
- mailbox.py now has a new class, PortableUnixMailbox which is

0 commit comments

Comments
 (0)