summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-05-31 13:49:26 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-05-31 13:49:26 (GMT)
commitc73e8c2830b8ab6983d8abd156de4ac8e22c3edd (patch)
tree4f328a02fd588969a11cdaa47a984762e32ebbce /Misc
parent30c35e8154dca64dace48c25d2b0204108e6d0bb (diff)
downloadcpython-c73e8c2830b8ab6983d8abd156de4ac8e22c3edd.zip
cpython-c73e8c2830b8ab6983d8abd156de4ac8e22c3edd.tar.gz
cpython-c73e8c2830b8ab6983d8abd156de4ac8e22c3edd.tar.bz2
Issue #14963: Added test cases for contextlib.ExitStack exception handling behaviour (Initial patch by Alon Horev)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS11
2 files changed, 12 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 3abd77e..0fbaa44 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -460,6 +460,7 @@ Michiel de Hoon
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?
===================================