[Python-checkins] [3.8] bpo-37309: Update IDLE NEWS.txt for 3.8.4 (GH-20355)

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


https://github.com/python/cpython/commit/1ae0fd87a072426e35ff84dc6d1b2759d9ebee70
commit: 1ae0fd87a072426e35ff84dc6d1b2759d9ebee70
branch: 3.8
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: GitHub <noreply at github.com>
date: 2020-05-24T09:57:29-04:00
summary:

[3.8] bpo-37309: Update IDLE NEWS.txt for 3.8.4 (GH-20355)

files:
M Lib/idlelib/NEWS.txt

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index debd2c79bf2ae..ff74abf5edde3 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,9 +1,15 @@
-What's New in IDLE 3.8.1
-Released on 2019-12-16?
+What's New in IDLE 3.8.4
+Released on 2020-07-03?
 ======================================
 
 
 bpo-40723: Make test_idle pass when run after import.
+Patch by Florian Dahlitz.
+
+
+What's New in IDLE 3.8.3
+Released on 2020-05-13
+======================================
 
 bpo-38689: IDLE will no longer freeze when inspect.signature fails
 when fetching a calltip.
@@ -21,6 +27,11 @@ bpo-39781: Selecting code context lines no longer causes a jump.
 
 bpo-39663: Add tests for pyparse find_good_parse_start().
 
+
+What's New in IDLE 3.8.2
+Released on 2020-02-17
+======================================
+
 bpo-39600: Remove duplicate font names from configuration list.
 
 bpo-38792: Close a shell calltip if a :exc:`KeyboardInterrupt`
@@ -37,6 +48,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.8.1
+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