File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,20 @@ What's New in IDLE 3.7.0
22Released on 2018-06-18?
33========================
44
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+
519bpo-30290: Help-about: use pep8 names and add tests.
620Increase coverage to 100%.
721Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.
Original file line number Diff line number Diff line change @@ -1118,6 +1118,20 @@ Library
11181118IDLE
11191119----
11201120
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+
11211135- bpo-30290: Help-about: use pep8 names and add tests.
11221136 Increase coverage to 100%.
11231137 Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.
You can’t perform that action at this time.
0 commit comments