[Python-checkins] cpython (3.5): Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.

terry.reedy python-checkins at python.org
Sat Aug 20 21:43:18 EDT 2016


https://hg.python.org/cpython/rev/6c8dd4cb4ee7
changeset:   102813:6c8dd4cb4ee7
branch:      3.5
parent:      102810:0e4bea7c8c00
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Aug 20 21:41:03 2016 -0400
summary:
  Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt 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 #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 tom test_config.
+
+- Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
+  Users must include the same imports required to run directly in Python.
+
+- Issue #27452: add line counter and crc to IDLE configHandler test dump.
+
 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
 
 - Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,15 @@
 IDLE
 ----
 
+- 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 tom test_config.
+
+- Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
+  Users must include the same imports required to run directly in Python.
+
+- Issue #27452: add line counter and crc to IDLE configHandler test dump.
+
 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
 
 - Issue #27245: IDLE: Cleanly delete custom themes and key bindings.

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


More information about the Python-checkins mailing list