summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-09-29 01:55:55 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-09-29 01:55:55 (GMT)
commit6c58c34dd3724b990c7f487c936577db888f3c3f (patch)
treed071cf14e2c514cfbfcc9dc78d65a332b95272ac /Misc/NEWS
parentcf79cdb79dae01bee580d5a0a04d75b92ec192d1 (diff)
downloadcpython-6c58c34dd3724b990c7f487c936577db888f3c3f.zip
cpython-6c58c34dd3724b990c7f487c936577db888f3c3f.tar.gz
cpython-6c58c34dd3724b990c7f487c936577db888f3c3f.tar.bz2
IDLE NEWS item and ack.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ad921cd..3b41f49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -334,6 +334,9 @@ Library
IDLE
----
+- Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
+ Patch by Roger Serwy, updated by Bayard Randel.
+
- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
- Add version to title of IDLE help window.