]> granicus.if.org Git - python/commitdiff
continue now allowed in try block
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 1 Feb 2001 22:53:15 +0000 (22:53 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 1 Feb 2001 22:53:15 +0000 (22:53 +0000)
Misc/NEWS

index beb3a922606fa3ad23c324e3f6b084502e08f10e..4f6ee694d0ee844108391f12681f6d8a795f2f97 100644 (file)
--- 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