IDLE NEWS item and ack.
This commit is contained in:
parent
6f959d07db
commit
ad7a9eab0e
|
@ -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.
|
||||
|
|
|
@ -1123,6 +1123,7 @@ Ram Rachum
|
|||
Jérôme Radix
|
||||
Burton Radons
|
||||
Jeff Ramnani
|
||||
Bayard Randel
|
||||
Varpu Rantala
|
||||
Brodie Rao
|
||||
Rémi Rampin
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue