summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-07 19:33:53 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-07 19:33:53 (GMT)
commit8bff8f6953f3256aa75871840fd89e40240d7ad7 (patch)
tree021323f95382d2ee6e29cd24e535068ab74b37ad /Misc/NEWS
parentdddf4849ec1750ca02d03b9772eff7141ba626f3 (diff)
downloadcpython-8bff8f6953f3256aa75871840fd89e40240d7ad7.zip
cpython-8bff8f6953f3256aa75871840fd89e40240d7ad7.tar.gz
cpython-8bff8f6953f3256aa75871840fd89e40240d7ad7.tar.bz2
Items for NEWS and idlelib/NEWS.txt.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 918f8c8..63572ac 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.