[Python-checkins] cpython (3.5): IDLE NEWS item and ack.

terry.reedy python-checkins at python.org
Wed Sep 28 21:57:41 EDT 2016


https://hg.python.org/cpython/rev/f02b8e7f6995
changeset:   104147:f02b8e7f6995
branch:      3.5
parent:      104138:f60396d8f95c
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Wed Sep 28 21:55:55 2016 -0400
summary:
  IDLE NEWS item and ack.

files:
  Lib/idlelib/NEWS.txt |  3 +++
  Misc/ACKS            |  1 +
  Misc/NEWS            |  3 +++
  3 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,6 +2,9 @@
 =========================
 *Release date: 2017-01-01?*
 
+- 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.
diff --git a/Misc/ACKS b/Misc/ACKS
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1193,6 +1193,7 @@
 Abhilash Raj
 Shorya Raj
 Jeff Ramnani
+Bayard Randel
 Varpu Rantala
 Brodie Rao
 Senko Rasic
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -334,6 +334,9 @@
 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list