summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-07 19:35:37 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-07 19:35:37 (GMT)
commitea938baf5e1c74d9b04ad36e0ec5473bf95e7ed0 (patch)
tree9e891b18fad6a78361f2c34898ea357d8b608e58 /Lib
parent9ff9cbd600f0290df20c73a31a9c4d43f3cf61d6 (diff)
parent8bff8f6953f3256aa75871840fd89e40240d7ad7 (diff)
downloadcpython-ea938baf5e1c74d9b04ad36e0ec5473bf95e7ed0.zip
cpython-ea938baf5e1c74d9b04ad36e0ec5473bf95e7ed0.tar.gz
cpython-ea938baf5e1c74d9b04ad36e0ec5473bf95e7ed0.tar.bz2
Items for NEWS and idlelib/NEWS.txt.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 915c2df..9901280 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,6 +2,29 @@ What's New in IDLE 3.6.0?
===========================
*Release date: 2016-09-??*
+- 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 # 24225: Update idlelib/README.txt with new file names
+ and event handlers.
+
+- Issue #27156: Remove obsolete code not used by IDLE. Replacements:
+ 1. help.txt, replaced by help.html, is out-of-date and should not be used.
+ Its dedicated viewer has be replaced by the html viewer in help.py.
+ 2. 'import idlever; I = idlever.IDLE_VERSION' is the same as
+ 'import sys; I = version[:version.index(' ')]'
+ 3. After 'ob = stackviewer.VariablesTreeItem(*args)',
+ 'ob.keys()' == 'list(ob.object.keys).
+ 4. In macosc, runningAsOSXAPP == isAquaTk; idCarbonAquaTk == isCarbonTk
+
- Issue #27117: Make colorizer htest and turtledemo work with dark themes.
Move code for configuring text widget colors to a new function.