diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |