]> granicus.if.org Git - python/commitdiff
IDLE newx items.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Sep 2016 20:24:54 +0000 (16:24 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Sep 2016 20:24:54 +0000 (16:24 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index b7ab98fc2f6d2b5ba9290f72bef624186e4fe093..e64c493eb40763b703cce29f0e45b4bb2afc84f1 100644 (file)
@@ -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.
index f728c3660c339fe0d3845b8a6748299d4129702a..10a732544d714556b0a754390192b2b88ae45258 100644 (file)
--- 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.