summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-09 10:21:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-09 10:21:57 (GMT)
commit78470b4c3a423fb304438be269afbbdd2247d676 (patch)
tree86d7d215b4857fdd035d54f34990b56996ed29ce /Misc/NEWS
parent48e188e57313813bd048e25b8fa6123b8cd5c9a0 (diff)
downloadcpython-78470b4c3a423fb304438be269afbbdd2247d676.zip
cpython-78470b4c3a423fb304438be269afbbdd2247d676.tar.gz
cpython-78470b4c3a423fb304438be269afbbdd2247d676.tar.bz2
Issue #16491: IDLE now prints chained exception tracebacks.
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 f51476a..029c930 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -199,6 +199,8 @@ Core and Builtins
Library
-------
+- Issue #16491: IDLE now prints chained exception tracebacks.
+
- Issue #16828: Fix error incorrectly raised by bz2.compress(''). Patch by
Martin Packman.