diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-05-31 13:49:26 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-05-31 13:49:26 (GMT) |
commit | c73e8c2830b8ab6983d8abd156de4ac8e22c3edd (patch) | |
tree | 4f328a02fd588969a11cdaa47a984762e32ebbce /Misc | |
parent | 30c35e8154dca64dace48c25d2b0204108e6d0bb (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 11 |
2 files changed, 12 insertions, 0 deletions
@@ -460,6 +460,7 @@ Michiel de Hoon Brian Hooper Randall Hopper Nadav Horesh +Alon Horev Jan Hosang Ken Howard Brad Howes @@ -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? =================================== |