[Python-checkins] cpython (merge 3.5 -> default): IDLE newx items. merge from 3.5

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


https://hg.python.org/cpython/rev/a4997914a011
changeset:   103586:a4997914a011
parent:      103583:5bdfe132e4ed
parent:      103585:3ed2c0d55526
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Sep 10 16:28:01 2016 -0400
summary:
  IDLE newx items. merge from 3.5

files:
  Lib/idlelib/NEWS.txt |  16 +++++++++++++++-
  Misc/NEWS            |  17 +++++++++++++++++
  2 files changed, 32 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,6 +1,20 @@
 What's New in IDLE 3.6.0?
 ===========================
-*Release date: 2016-09-??*
+*Release date: 2016-12-16?*
+
+- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
+
+- Issue #27891: Consistently group and sort imports within idlelib modules.
+
+- 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 #27821: Fix 3.6.0a3 regression that prevented custom key sets
+  from being selected when no custom theme was defined.
 
 - 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
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -332,6 +332,23 @@
 - Issue #21201: Improves readability of multiprocessing error message.  Thanks
   to Wojciech Walczak for patch.
 
+IDLE
+----
+
+- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
+
+- Issue #27891: Consistently group and sort imports within idlelib modules.
+
+- 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 #27821: Fix 3.6.0a3 regression that prevented custom key sets
+  from being selected when no custom theme was defined.
+
 C API
 -----
 

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


More information about the Python-checkins mailing list