summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-07 15:33:53 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-07 15:33:53 -0400
commit72764272b2d8984fa584c312632329e9ad3c9913 (patch)
treebee255aad2b178733b2dd374a68f5a7f21519c45
parent55d6382677d025bd8dc2978d11df8a942406ec1f (diff)
downloadcpython-72764272b2d8984fa584c312632329e9ad3c9913.tar.gz
Items for NEWS and idlelib/NEWS.txt.
-rw-r--r--Lib/idlelib/NEWS.txt11
-rw-r--r--Misc/NEWS11
2 files changed, 22 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 6dd3b8a206..1168e45c25 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -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.
diff --git a/Misc/NEWS b/Misc/NEWS
index 918f8c8228..63572ac666 100644
--- 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.