Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea938ba

Browse files
committed
Items for NEWS and idlelib/NEWS.txt.
2 parents 9ff9cbd + 8bff8f6 commit ea938ba

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@ What's New in IDLE 3.6.0?
22
===========================
33
*Release date: 2016-09-??*
44

5+
- Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
6+
is a private implementation of test.test_idle and tool for maintainers.
7+
8+
- Issue #27196: Stop 'ThemeChanged' warnings when running IDLE tests.
9+
These persisted after other warnings were suppressed in #20567.
10+
Apply Serhiy Storchaka's update_idletasks solution to four test files.
11+
Record this additional advice in idle_test/README.txt
12+
13+
- Issue #20567: Revise idle_test/README.txt with advice about avoiding
14+
tk warning messages from tests. Apply advice to several IDLE tests.
15+
16+
- Issue # 24225: Update idlelib/README.txt with new file names
17+
and event handlers.
18+
19+
- Issue #27156: Remove obsolete code not used by IDLE. Replacements:
20+
1. help.txt, replaced by help.html, is out-of-date and should not be used.
21+
Its dedicated viewer has be replaced by the html viewer in help.py.
22+
2. 'import idlever; I = idlever.IDLE_VERSION' is the same as
23+
'import sys; I = version[:version.index(' ')]'
24+
3. After 'ob = stackviewer.VariablesTreeItem(*args)',
25+
'ob.keys()' == 'list(ob.object.keys).
26+
4. In macosc, runningAsOSXAPP == isAquaTk; idCarbonAquaTk == isCarbonTk
27+
528
- Issue #27117: Make colorizer htest and turtledemo work with dark themes.
629
Move code for configuring text widget colors to a new function.
730

Misc/NEWS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,29 @@ Library
9494
IDLE
9595
----
9696

97+
- Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
98+
is a private implementation of test.test_idle and tool for maintainers.
99+
100+
- Issue #27196: Stop 'ThemeChanged' warnings when running IDLE tests.
101+
These persisted after other warnings were suppressed in #20567.
102+
Apply Serhiy Storchaka's update_idletasks solution to four test files.
103+
Record this additional advice in idle_test/README.txt
104+
105+
- Issue #20567: Revise idle_test/README.txt with advice about avoiding
106+
tk warning messages from tests. Apply advice to several IDLE tests.
107+
108+
- Issue # 24225: Update idlelib/README.txt with new file names
109+
and event handlers.
110+
111+
- Issue #27156: Remove obsolete code not used by IDLE. Replacements:
112+
1. help.txt, replaced by help.html, is out-of-date and should not be used.
113+
Its dedicated viewer has be replaced by the html viewer in help.py.
114+
2. 'import idlever; I = idlever.IDLE_VERSION' is the same as
115+
'import sys; I = version[:version.index(' ')]'
116+
3. After 'ob = stackviewer.VariablesTreeItem(*args)',
117+
'ob.keys()' == 'list(ob.object.keys).
118+
4. In macosc, runningAsOSXAPP == isAquaTk; idCarbonAquaTk == isCarbonTk
119+
97120
- Issue #27117: Make colorizer htest and turtledemo work with dark themes.
98121
Move code for configuring text widget colors to a new function.
99122

0 commit comments

Comments
 (0)