Kaydet (Commit) 0072d5aa authored tarafından Jeremy Hylton's avatar Jeremy Hylton

continue now allowed in try block

üst 3faa52ec
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment