]> granicus.if.org Git - python/commit
Fix contextlib.nested to cope with exit methods raising and handling exceptions
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 24 Apr 2006 04:37:15 +0000 (04:37 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 24 Apr 2006 04:37:15 +0000 (04:37 +0000)
commitda2268feecd4b956161ed7fdd05da125606189cc
tree0e387c87ccb58228c8030ad7951db225e0a13ec1
parent27ec1a773c92b6a9a144a45334ce2b38ae6118b6
Fix contextlib.nested to cope with exit methods raising and handling exceptions
Lib/contextlib.py
Lib/test/test_contextlib.py
Misc/NEWS