]> granicus.if.org Git - python/commitdiff
IDLE NEWS item and ack.
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 29 Sep 2016 01:55:33 +0000 (21:55 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 29 Sep 2016 01:55:33 +0000 (21:55 -0400)
Lib/idlelib/NEWS.txt
Misc/ACKS
Misc/NEWS

index 44107835684ef702d073ca361c0753b3b2d6daa6..3053234f65d890a9bba66c467b113b56f57894a9 100644 (file)
@@ -2,6 +2,9 @@ What's New in IDLE 2.7.13?
 ==========================
 *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.
 
 - Issue #17642: add larger font sizes for classroom projection.
index 6a1fd9f526efb9684e2315dcee6cf9951b15af0d..ffed3109c6758e69c904599fb76e4904e39a2e3d 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1123,6 +1123,7 @@ Ram Rachum
 Jérôme Radix
 Burton Radons
 Jeff Ramnani
+Bayard Randel
 Varpu Rantala
 Brodie Rao
 Rémi Rampin
index a8e27b710fc8726ebd493da63198f145238a4b71..a5afa84f79bed288c413e696724c4b28d70b3d38 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -164,6 +164,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.
 
 - Issue #17642: add larger font sizes for classroom projection.