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

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


https://hg.python.org/cpython/rev/168fe15798c6
changeset:   103584:168fe15798c6
branch:      2.7
parent:      103568:3219956eb703
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Sep 10 16:24:31 2016 -0400
summary:
  IDLE newx items.

files:
  Lib/idlelib/NEWS.txt |  9 +++++++++
  Misc/NEWS            |  9 +++++++++
  2 files changed, 18 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,15 @@
 ==========================
 *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
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -142,6 +142,15 @@
 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.

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


More information about the Python-checkins mailing list