]> granicus.if.org Git - python/commitdiff
Items for NEWS and idlelib/NEWS.txt.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 7 Jun 2016 19:33:53 +0000 (15:33 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 7 Jun 2016 19:33:53 +0000 (15:33 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index 6dd3b8a2061f7171c475731a40130826a989126b..1168e45c25985a5b2a5030807d877659cc7c92a2 100644 (file)
@@ -2,6 +2,17 @@ What's New in IDLE 3.5.2?
 =========================
 *Release date: 2016-06-30?*
 
+- Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
+  is a private implementation of test.test_idle and tool for maintainers.
+
+- Issue #27196: Stop 'ThemeChangef' warnings when running IDLE tests.
+  These persisted after other warnings were suppressed in #20567.
+  Apply Serhiy Storchaka's update_idletasks solution to four test files.
+  Record this additional advice in idle_test/README.txt
+
+- Issue #20567: Revise idle_test/README.txt with advice about avoiding
+  tk warning messages from tests.  Apply advice to several IDLE tests.
+
 - Issue #27117: Make colorizer htest and turtledemo work with dark themes.
   Move code for configuring text widget colors to a new function.
 
index 918f8c822807982bc87d8e2d324d64a859e7b38a..63572ac666143b34f3c7083bf63fa7af9aac1fdd 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -498,6 +498,17 @@ Library
 IDLE
 ----
 
+- Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
+  is a private implementation of test.test_idle and tool for maintainers.
+
+- Issue #27196: Stop 'ThemeChanged' warnings when running IDLE tests.
+  These persisted after other warnings were suppressed in #20567.
+  Apply Serhiy Storchaka's update_idletasks solution to four test files.
+  Record this additional advice in idle_test/README.txt
+
+- Issue #20567: Revise idle_test/README.txt with advice about avoiding
+  tk warning messages from tests.  Apply advice to several IDLE tests.
+
 - Issue #27117: Make colorizer htest and turtledemo work with dark themes.
   Move code for configuring text widget colors to a new function.