File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,20 @@ What's New in IDLE 3.7.0
2
2
Released on 2018-06-18?
3
3
========================
4
4
5
+ bpo-15786: Fix several problems with IDLE's autocompletion box.
6
+ The following should now work: clicking on selection box items;
7
+ using the scrollbar; selecting an item by hitting Return.
8
+ Hangs on MacOSX should no longer happen. Patch by Louie Lu.
9
+
10
+ bpo-25514: Add doc subsubsection about IDLE failure to start.
11
+ Popup no-connection message directs users to this section.
12
+
13
+ bpo-30642: Fix reference leaks in IDLE tests.
14
+ Patches by Louie Lu and Terry Jan Reedy.
15
+
16
+ bpo-30495: Add docstrings for textview.py and use PEP8 names.
17
+ Patches by Cheryl Sabella and Terry Jan Reedy.
18
+
5
19
bpo-30290: Help-about: use pep8 names and add tests.
6
20
Increase coverage to 100%.
7
21
Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.
Original file line number Diff line number Diff line change @@ -1118,6 +1118,20 @@ Library
1118
1118
IDLE
1119
1119
----
1120
1120
1121
+ - bpo-15786: Fix several problems with IDLE's autocompletion box.
1122
+ The following should now work: clicking on selection box items;
1123
+ using the scrollbar; selecting an item by hitting Return.
1124
+ Hangs on MacOSX should no longer happen. Patch by Louie Lu.
1125
+
1126
+ - bpo-25514: Add doc subsubsection about IDLE failure to start.
1127
+ Popup no-connection message directs users to this section.
1128
+
1129
+ - bpo-30642: Fix reference leaks in IDLE tests.
1130
+ Patches by Louie Lu and Terry Jan Reedy.
1131
+
1132
+ - bpo-30495: Add docstrings for textview.py and use PEP8 names.
1133
+ Patches by Cheryl Sabella and Terry Jan Reedy.
1134
+
1121
1135
- bpo-30290: Help-about: use pep8 names and add tests.
1122
1136
Increase coverage to 100%.
1123
1137
Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.
You can’t perform that action at this time.
0 commit comments