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

index f45dd2bddb517ce1e6ad54a50414cca14d5e5ed9..c00ba214cf02f12514da247de32c356cdc64bd8e 100644 (file)
@@ -2,6 +2,15 @@ What's New in IDLE 3.5.3?
 =========================
 *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.
index df0d0ec207cd06e4ad72e02d781a3aef591a812d..ff437a250ed9f1f50e76e452d3dae5bad8182552 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,15 @@ 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 #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.