Move exception finalisation later in the shutdown process - this
fixes the crash seen in bug #1165761
diff --git a/Misc/NEWS b/Misc/NEWS
index 9a63f21..976e019 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,9 +7,14 @@
What's New in Python 2.5 alpha 1?
=================================
+*Release date: XX-XXX-2006*
+
Core and builtins
-----------------
+- Move exception finalisation later in the shutdown process - this
+ fixes the crash seen in bug #1165761
+
- Added two new builtins, any() and all().
- Defining a class with empty parentheses is now allowed