Add IDLE items to NEWS and idlelib/NEWS.txt (#2239)
authorterryjreedy <tjreedy@udel.edu>
Fri, 16 Jun 2017 05:54:57 +0000 (01:54 -0400)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2017 05:54:57 +0000 (01:54 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index 595429370ac71e86dd5e89e66eab1bed8248d624..773744688ae5a135e5fade6f8a482a92c46d62f7 100644 (file)
@@ -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.
index 65e9376f0317ae3615cdde46ac682977a04e3f76..8daaeab199401a2df16977bbedbd558c56acd602 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.