diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-01 12:48:32 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-01 12:48:32 (GMT) |
commit | 77452fc12121a333397ea262a3d29bdb8cbc7a57 (patch) | |
tree | 4327efa4d00f3b8a80ccc3b31f466626f4e1a322 /Misc | |
parent | c4b78a3e15dcc627a06ba3a0fc92358aade2b7ea (diff) | |
download | cpython-77452fc12121a333397ea262a3d29bdb8cbc7a57.zip cpython-77452fc12121a333397ea262a3d29bdb8cbc7a57.tar.gz cpython-77452fc12121a333397ea262a3d29bdb8cbc7a57.tar.bz2 |
Close #14969: Improve the handling of exception chaining in contextlib.ExitStack
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.3.0 Beta 1? Library ------- +- Issue #14969: Better handling of exception chaining in contextlib.ExitStack + - Issue #14962: Update text coloring in IDLE shell window after changing options. Patch by Roger Serwy. |