diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-05-29 16:43:10 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-05-29 16:43:10 (GMT) |
commit | 43af12b0b488791d89a9c08b0ad9f1c5004b5ed7 (patch) | |
tree | 5f4df2ef997d39645c4498b19774aaa4db091262 /Misc | |
parent | f7d08e85221f7e1dd5c0d7edb7844c99ddeb6469 (diff) | |
download | cpython-43af12b0b488791d89a9c08b0ad9f1c5004b5ed7.zip cpython-43af12b0b488791d89a9c08b0ad9f1c5004b5ed7.tar.gz cpython-43af12b0b488791d89a9c08b0ad9f1c5004b5ed7.tar.bz2 |
unify TryExcept and TryFinally (closes #12199)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Issue #12199: The TryExcept and TryFinally and AST nodes have been unified + into a Try node. + - Issue #9670: Increase the default stack size for secondary threads on Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. |