From 8b7aff8135d4ac5d8e4ecbfdd6be5e619aa8d546 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 10 Sep 2016 16:24:31 -0400 Subject: IDLE newx items. --- Lib/idlelib/NEWS.txt | 9 +++++++++ Misc/NEWS | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4c96cbb..4410783 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -2,6 +2,15 @@ What's New in IDLE 2.7.13? ========================== *Release date: 2017-01-01?* +- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen. + +- Issue #17642: add larger font sizes for classroom projection. + +- Add version to title of IDLE help window. + +- Issue #25564: In section on IDLE -- console differences, mention that + using exec means that __builtins__ is defined for each statement. + - Issue #27714: text_textview and test_autocomplete now pass when re-run in the same process. This occurs when test_idle fails when run with the -w option but without -jn. Fix warning from test_config. diff --git a/Misc/NEWS b/Misc/NEWS index e6820c9..27afe9d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -142,6 +142,15 @@ Library IDLE ---- +- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen. + +- Issue #17642: add larger font sizes for classroom projection. + +- Add version to title of IDLE help window. + +- Issue #25564: In section on IDLE -- console differences, mention that + using exec means that __builtins__ is defined for each statement. + - Issue #27714: text_textview and test_autocomplete now pass when re-run in the same process. This occurs when test_idle fails when run with the -w option but without -jn. Fix warning from test_config. -- cgit v0.12