8000 Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) · python/cpython@faa63d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit faa63d1

Browse files
authored
< 10000 div class="Box-sc-g0xbh4-0 LoadingSkeleton-sc-695d630a-0 dNbsEP ihfxfT ml-2" width="62px">
Add IDLE items to NEWS and idlelib/NEWS.txt (#2239)
1 parent cb8c048 commit faa63d1

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ What's New in IDLE 3.7.0
22
Released 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+
519
bpo-30290: Help-about: use pep8 names and add tests.
620
Increase coverage to 100%.
721
Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.

Misc/NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,20 @@ Library
11181118
IDLE
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.

0 commit comments

Comments
 (0)
0