summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-05-06 03:16:03 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-05-06 03:16:03 (GMT)
commit53683f6f4bc53a0ffad923a0e056e488dc7dbb6f (patch)
treeb7c08afcc91be52ab8d9e3269363e518749dd3ef /Misc
parent77371a5eea6b4a628a07b239333cbe3c3f4b13f6 (diff)
parent9bc7b793ead980204475c5c2309217a43b22633a (diff)
downloadcpython-53683f6f4bc53a0ffad923a0e056e488dc7dbb6f.zip
cpython-53683f6f4bc53a0ffad923a0e056e488dc7dbb6f.tar.gz
cpython-53683f6f4bc53a0ffad923a0e056e488dc7dbb6f.tar.bz2
#13495: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f7147a2..da695dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -257,6 +257,8 @@ C-API
IDLE
----
+- Issue #13495: Avoid loading the color delegator twice in IDLE.
+
- Issue #17798: Allow IDLE to edit new files when specified on command line.
- Issue #14735: Update IDLE docs to omit "Control-z on Windows".