IDLE NEWS item and ack.

This commit is contained in:
Terry Jan Reedy 2016-09-28 21:55:33 -04:00
parent 6f959d07db
commit ad7a9eab0e
3 changed files with 7 additions and 0 deletions

View 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.

View File

@ -1123,6 +1123,7 @@ Ram Rachum
Jérôme Radix
Burton Radons
Jeff Ramnani
Bayard Randel
Varpu Rantala
Brodie Rao
Rémi Rampin

View File

@ -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.