]> granicus.if.org Git - python/commit
Close #19092: ExitStack now reraises exceptions from __exit__
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 1 Oct 2013 13:24:56 +0000 (23:24 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 1 Oct 2013 13:24:56 +0000 (23:24 +1000)
commit1a33b2f35b9195b440b492afa87dcf83ba2ecca4
treee286962b93a945bbf1ef81e351bdfca6b856b90f
parent2ff2190b6293966f76633d810dfbe2d232ff5973
Close #19092: ExitStack now reraises exceptions from __exit__

Report and patch by Hrvoje Nikšić
Lib/contextlib.py
Lib/test/test_contextlib.py
Misc/ACKS
Misc/NEWS