Skip to content

Commit

Permalink
Add IDLE items to NEWS and idlelib/NEWS.txt (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
terryjreedy committed Jun 16, 2017
1 parent cb8c048 commit faa63d1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Lib/idlelib/NEWS.txt
Expand Up @@ -2,6 +2,20 @@ What's New in IDLE 3.7.0
Released on 2018-06-18?
========================

bpo-15786: Fix several problems with IDLE's autocompletion box.
The following should now work: clicking on selection box items;
using the scrollbar; selecting an item by hitting Return.
Hangs on MacOSX should no longer happen. Patch by Louie Lu.

bpo-25514: Add doc subsubsection about IDLE failure to start.
Popup no-connection message directs users to this section.

bpo-30642: Fix reference leaks in IDLE tests.
Patches by Louie Lu and Terry Jan Reedy.

bpo-30495: Add docstrings for textview.py and use PEP8 names.
Patches by Cheryl Sabella and Terry Jan Reedy.

bpo-30290: Help-about: use pep8 names and add tests.
Increase coverage to 100%.
Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.
Expand Down
14 changes: 14 additions & 0 deletions Misc/NEWS
Expand Up @@ -1118,6 +1118,20 @@ Library
IDLE
----

- bpo-15786: Fix several problems with IDLE's autocompletion box.
The following should now work: clicking on selection box items;
using the scrollbar; selecting an item by hitting Return.
Hangs on MacOSX should no longer happen. Patch by Louie Lu.

- bpo-25514: Add doc subsubsection about IDLE failure to start.
Popup no-connection message directs users to this section.

- bpo-30642: Fix reference leaks in IDLE tests.
Patches by Louie Lu and Terry Jan Reedy.

- bpo-30495: Add docstrings for textview.py and use PEP8 names.
Patches by Cheryl Sabella and Terry Jan Reedy.

- bpo-30290: Help-about: use pep8 names and add tests.
Increase coverage to 100%.
Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.
Expand Down

0 comments on commit faa63d1

Please sign in to comment.