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

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


https://hg.python.org/cpython/rev/0e48480f48ad
changeset:   102812:0e48480f48ad
branch:      2.7
parent:      102809:1c4cb01723a0
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Aug 20 21:40:55 2016 -0400
summary:
  Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items.

files:
  Lib/idlelib/NEWS.txt |  6 ++++++
  Misc/NEWS            |  6 ++++++
  2 files changed, 12 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,12 @@
 ==========================
 *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 #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
@@ -82,6 +82,12 @@
 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 #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