summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index beb3a92..4f6ee69 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,10 @@ Core language, builtins, and interpreter
includes support for "explicit" weak references, proxy objects, and
mappings with weakly held values.
+- A 'continue' statement can now appear in a try block within the body
+ of a loop. It is still not possible to use continue in a finally
+ clause.
+
Standard library
- mailbox.py now has a new class, PortableUnixMailbox which is