summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-06-01 12:48:32 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-06-01 12:48:32 (GMT)
commit77452fc12121a333397ea262a3d29bdb8cbc7a57 (patch)
tree4327efa4d00f3b8a80ccc3b31f466626f4e1a322 /Misc/NEWS
parentc4b78a3e15dcc627a06ba3a0fc92358aade2b7ea (diff)
downloadcpython-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/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7dcf4b5..7c5a86f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.