]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #14969: Improve the handling of exception chaining in contextlib.ExitStack
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 1 Jun 2012 12:48:32 +0000 (22:48 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 1 Jun 2012 12:48:32 +0000 (22:48 +1000)
commit77452fc12121a333397ea262a3d29bdb8cbc7a57
tree4327efa4d00f3b8a80ccc3b31f466626f4e1a322
parentc4b78a3e15dcc627a06ba3a0fc92358aade2b7ea
Close #14969: Improve the handling of exception chaining in contextlib.ExitStack
Lib/contextlib.py
Lib/test/test_contextlib.py
Misc/NEWS