Skip to content

Commit c9c8532

Browse files
authored
[3.6] bpo-30928: Update IDLE News.txt. (GH-2948) (#2949)
(cherry picked from commit c3aa47f)
1 parent 4c7b368 commit c9c8532

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@ Released on 2017-09-25?
33
========================
44

55

6+
bpo-30781: IDLE - Use ttk Notebook in ConfigDialog.
7+
Patch by Terry Jan Reedy.
8+
9+
bpo-31060: IDLE - Finish rearranging methods of ConfigDialog.
10+
Grouping methods pertaining to each tab and the buttons will aid
11+
writing tests and improving the tabs and will enable splitting the
12+
groups into classes.
13+
Patch by Terry Jan Reedy.
14+
15+
bpo-30853: IDLE -- Factor a VarTrace class out of ConfigDialog.
16+
Instance tracers manages pairs consisting of a tk variable and a
17+
callback function. When tracing is turned on, setting the variable
18+
calls the function. Test coverage for the new class is 100%.
19+
Patch by Terry Jan Reedy.
20+
21+
bpo-31003: IDLE: Add more tests for General tab.
22+
Patch by Terry Jan Reedy.
23+
24+
bpo-30993: IDLE - Improve configdialog font page and tests.
25+
*In configdialog: Document causal pathways in create_font_tab
26+
docstring. Simplify some attribute names. Move set_samples calls to
27+
var_changed_font (idea from Cheryl Sabella). Move related functions to
28+
positions after the create widgets function.
29+
* In test_configdialog: Fix test_font_set so not order dependent. Fix
30+
renamed test_indent_scale so it tests the widget. Adjust tests for
31+
movement of set_samples call. Add tests for load functions. Put all
32+
font tests in one class and tab indent tests in another. Except for
33+
two lines, these tests completely cover the related functions.
34+
Patch by Terry Jan Reedy.
35+
36+
bpo-30981: IDLE -- Add more configdialog font page tests.
37+
38+
bpo-28523: IDLE: replace 'colour' with 'color' in configdialog.
39+
40+
bpo-30917: Add tests for idlelib.config.IdleConf.
41+
Increase coverage from 46% to 96%.
42+
Patch by Louie Lu.
43+
644
bpo-30913: Document ConfigDialog tk Vars, methods, and widgets in docstrings
745
This will facilitate improving the dialog and splitting up the class.
846
Original patch by Cheryl Sabella.
@@ -11,7 +49,7 @@ bpo-30899: Add tests for ConfigParser subclasses in config.
1149
Coverage is 100% for those classes and ConfigChanges.
1250
Patch by Louie Lu.
1351

14-
bpo-30881: Add docstrings to browser.py.
52+
bpo-30881: Add docstrings to browser.py.
1553
Patch by Cheryl Sabella.
1654

1755
bpo-30851: Remove unused tk variables in configdialog.
@@ -48,7 +86,7 @@ bp0-30723: Make several improvements to parenmatch.
4886
* Make 'default' style, which is not default, a synonym for 'opener'.
4987
* Make time-delay work the same with all styles.
5088
* Add help for config dialog extensions tab, including parenmatch.
51-
* Add new tests.
89+
* Add new tests.
5290
Original patch by Charles Wohlganger. Revisions by Terry Jan Reedy
5391

5492
bpo-30674: Grep -- Add docstrings. Patch by Cheryl Sabella.

0 commit comments

Comments
 (0)