diff options
author | Georg Brandl <georg@python.org> | 2006-06-21 17:45:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-06-21 17:45:17 (GMT) |
commit | ad29e637d882cb0daee2073a3fe9b9a7e6e8d776 (patch) | |
tree | bd5360b09e8383172b2aede2819555fda88a2aa3 /Misc | |
parent | 10340608f03c80c652dd5c40ca1c48bb4cdf0a41 (diff) | |
download | cpython-ad29e637d882cb0daee2073a3fe9b9a7e6e8d776.zip cpython-ad29e637d882cb0daee2073a3fe9b9a7e6e8d776.tar.gz cpython-ad29e637d882cb0daee2073a3fe9b9a7e6e8d776.tar.bz2 |
fix [ 1509132 ] compiler module builds incorrect AST for TryExceptFinally
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -4,8 +4,25 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.5 beta 2? +================================ + +*Release date: XX-JUL-2006* + +Core and builtins +----------------- + + +Library +------- + +- The compiler module now correctly compiles the new try-except-finally + statement (bug #1509132). + + + What's New in Python 2.5 beta 1? -================================= +================================ *Release date: 20-JUN-2006* |