]> granicus.if.org Git - python/commitdiff
Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 21 Aug 2016 01:40:55 +0000 (21:40 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 21 Aug 2016 01:40:55 +0000 (21:40 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index c04c24ce4c28c727f8308dbd3acd51c98d49557b..9ba49237ca1dfaab78b0dca72e7ace40525b78a7 100644 (file)
@@ -2,6 +2,12 @@ What's New in IDLE 2.7.13?
 ==========================
 *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.
index bb02db9543130fbd71233c0bf92dc3f3e05003aa..d4d7a7f3ee89260bb18a99f3316dbd06360e9fb1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -82,6 +82,12 @@ Library
 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.