summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-04-07 17:41:16 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-04-07 17:41:16 (GMT)
commit7733be8f2612df4caad771795de40cabf66b287b (patch)
tree188c48044148b627972c85aeaacbfbb85e1bddec /Misc/NEWS
parent6b2918ae7516d8efe306f59a636601a3d3bb6f1a (diff)
downloadcpython-7733be8f2612df4caad771795de40cabf66b287b.zip
cpython-7733be8f2612df4caad771795de40cabf66b287b.tar.gz
cpython-7733be8f2612df4caad771795de40cabf66b287b.tar.bz2
#17613: Prevent traceback when removing syntax colorizer in IDLE.
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 08dff45..25b4b53 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,8 @@ Library
IDLE
----
+- Issue #17613: Prevent traceback when removing syntax colorizer in IDLE.
+
- Issue #1207589: Backwards-compatibility patch for right-click menu in IDLE.
- Issue #16887: IDLE now accepts Cancel in tabify/untabify dialog box.