Issue #14963: Added test cases for contextlib.ExitStack exception handling behaviour (Initial patch by Alon Horev)
diff --git a/Misc/ACKS b/Misc/ACKS
index 3abd77e..0fbaa44 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -460,6 +460,7 @@
Brian Hooper
Randall Hopper
Nadav Horesh
+Alon Horev
Jan Hosang
Ken Howard
Brad Howes
diff --git a/Misc/NEWS b/Misc/NEWS
index 48f1177..0ae13d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,17 @@
Python News
+++++++++++
+What's New in Python 3.3.0 Beta 1?
+===================================
+
+*Release date: TBD*
+
+Tests
+-----
+
+- Issue #14963 (partial): Add test cases for exception handling behaviour
+ in contextlib.ContextStack (Initial patch by Alon Horev)
+
What's New in Python 3.3.0 Alpha 4?
===================================