From: Terry Jan Reedy Date: Sat, 10 Sep 2016 20:24:54 +0000 (-0400) Subject: IDLE newx items. X-Git-Tag: v3.6.0b1~85^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d92cecb9f1d3ef887424b65561d9f93d33db41ef;p=thirdparty%2FPython%2Fcpython.git IDLE newx items. --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index b7ab98fc2f6d..e64c493eb407 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -2,6 +2,13 @@ What's New in IDLE 3.5.3? ========================= *Release date: 2017-01-01?* +- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen. + +- 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 f728c3660c33..10a732544d71 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -253,6 +253,13 @@ Library IDLE ---- +- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen. + +- 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.