diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-12 05:57:25 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-12 05:57:25 (GMT) |
commit | 3dad1a5b8296334c028e4ce90980d0a69558f8b8 (patch) | |
tree | 34bdd7c8c7828807e676121af1d3c7b73b0cc05d /Lib/idlelib/NEWS.txt | |
parent | 88057171f057dad4d855155c975d3e7c85cd23e3 (diff) | |
parent | 4b73676c3d260b37b91dedbc0b286c4e779350e4 (diff) | |
download | cpython-3dad1a5b8296334c028e4ce90980d0a69558f8b8.zip cpython-3dad1a5b8296334c028e4ce90980d0a69558f8b8.tar.gz cpython-3dad1a5b8296334c028e4ce90980d0a69558f8b8.tar.bz2 |
Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index dfc83fe..c3c9f9c 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -2,6 +2,9 @@ What's New in IDLE 3.6.0? =========================== *Release date: 2016-12-16?* +- 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. - Issue #27891: Consistently group and sort imports within idlelib modules. |