[Python-checkins] bpo-37309: Update NEWS.txt for 3.7.8 (GH-20353)

Terry Jan Reedy webhook-mailer at python.org
Sun May 24 09:40:27 EDT 2020


https://github.com/python/cpython/commit/3269a0e56b02da61d8f6e7a5e2cca9f83d50694b
commit: 3269a0e56b02da61d8f6e7a5e2cca9f83d50694b
branch: 3.7
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: GitHub <noreply at github.com>
date: 2020-05-24T09:40:19-04:00
summary:

bpo-37309: Update NEWS.txt for 3.7.8 (GH-20353)

files:
M Lib/idlelib/NEWS.txt

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 7d77f6cf4529e..8226af4a4de6c 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,13 +1,19 @@
-What's New in IDLE 3.7.6
-Released on 2019-12-16?
+What's New in IDLE 3.7.8
+Released on 2020-06-27?
 ======================================
 
 
 bpo-40723: Make test_idle pass when run after import.
+Patch by Florian Dahlitz.
 
 bpo-38689: IDLE will no longer freeze when inspect.signature fails
 when fetching a calltip.
 
+
+What's New in IDLE 3.7.7
+Released on 2020-03-10
+======================================
+
 bpo-27115: For 'Go to Line', use a Query entry box subclass with
 IDLE standard behavior and improved error checking.
 
@@ -37,6 +43,11 @@ bpo-32989: Add tests for editor newline_and_indent_event method.
 Remove unneeded arguments and dead code from pyparse
 find_good_parse_start method.
 
+
+What's New in IDLE 3.7.6
+Released on 2019-12-18
+======================================
+
 bpo-38943: Fix autocomplete windows not always appearing on some
 systems.  Patch by Johnny Najera.
 



More information about the Python-checkins mailing list