summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-06-21 17:45:17 (GMT)
committerGeorg Brandl <georg@python.org>2006-06-21 17:45:17 (GMT)
commitad29e637d882cb0daee2073a3fe9b9a7e6e8d776 (patch)
treebd5360b09e8383172b2aede2819555fda88a2aa3 /Misc
parent10340608f03c80c652dd5c40ca1c48bb4cdf0a41 (diff)
downloadcpython-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/NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b0f6641..746bbcc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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*