diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-10-01 13:28:00 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-10-01 13:28:00 (GMT) |
commit | e6f4631f0839a004c1d272c48811cdbed3e5ac9d (patch) | |
tree | 9cb22ea0168de7b6b812c5f1ce4c6e9fbd7360e4 /Misc/NEWS | |
parent | c13516b0a0fd3142b29e1f354c2080cd52948213 (diff) | |
parent | 1a33b2f35b9195b440b492afa87dcf83ba2ecca4 (diff) | |
download | cpython-e6f4631f0839a004c1d272c48811cdbed3e5ac9d.zip cpython-e6f4631f0839a004c1d272c48811cdbed3e5ac9d.tar.gz cpython-e6f4631f0839a004c1d272c48811cdbed3e5ac9d.tar.bz2 |
Merge #19092 from 3.3
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ Core and Builtins Library ------- +- Issue #19092: contextlib.ExitStack now correctly reraises exceptions + from the __exit__ callbacks of inner context managers (Patch by Hrvoje + Nikšić) + - Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. Patch by Oscar Benjamin. |