| commit | 77452fc12121a333397ea262a3d29bdb8cbc7a57 | [log] [tgz] |
|---|---|---|
| author | Nick Coghlan <ncoghlan@gmail.com> | Fri Jun 01 22:48:32 2012 +1000 |
| committer | Nick Coghlan <ncoghlan@gmail.com> | Fri Jun 01 22:48:32 2012 +1000 |
| tree | 4327efa4d00f3b8a80ccc3b31f466626f4e1a322 | |
| parent | c4b78a3e15dcc627a06ba3a0fc92358aade2b7ea [diff] |
Close #14969: Improve the handling of exception chaining in contextlib.ExitStack
diff --git a/Misc/NEWS b/Misc/NEWS index 7dcf4b5..7c5a86f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ 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.