[Python-checkins] cpython (3.5): IDLE newx items.

terry.reedy python-checkins at python.org
Sat Sep 10 16:28:16 EDT 2016


https://hg.python.org/cpython/rev/3ed2c0d55526
changeset:   103585:3ed2c0d55526
branch:      3.5
parent:      103580:94563ec74e1d
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Sep 10 16:24:54 2016 -0400
summary:
  IDLE newx items.

files:
  Lib/idlelib/NEWS.txt |  7 +++++++
  Misc/NEWS            |  7 +++++++
  2 files changed, 14 insertions(+), 0 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,6 +2,13 @@
 =========================
 *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
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -253,6 +253,13 @@
 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list