From: Terry Jan Reedy Date: Thu, 29 Sep 2016 01:55:33 +0000 (-0400) Subject: IDLE NEWS item and ack. X-Git-Tag: v2.7.13rc1~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad7a9eab0e939ccfc837eab6933f78bdfc6c1fee;p=python IDLE NEWS item and ack. --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4410783568..3053234f65 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -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. diff --git a/Misc/ACKS b/Misc/ACKS index 6a1fd9f526..ffed3109c6 100644 --- 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 diff --git a/Misc/NEWS b/Misc/NEWS index a8e27b710f..a5afa84f79 100644 --- 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.