From: Terry Jan Reedy Date: Tue, 26 Jan 2021 18:59:42 +0000 (-0500) Subject: [3.8] bpo-41841: Prepare IDLE NEWS for 3.8.8 (GH-24344) X-Git-Tag: v3.8.8rc1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a178473dd6a3b527a67ab3f9dc38ef8b1a60881a;p=thirdparty%2FPython%2Fcpython.git [3.8] bpo-41841: Prepare IDLE NEWS for 3.8.8 (GH-24344) --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 44782fcb0cec..c122e596b5cb 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,5 +1,5 @@ -What's New in IDLE 3.8.7 -Released on 2020-12-?? +What's New in IDLE 3.8.8 +Released on 2021-02-15? ====================================== @@ -12,6 +12,10 @@ bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround that prevented running files with shortcuts when using new universal2 installers built on macOS 11. +What's New in IDLE 3.8.7 +Released on 2020-12-27 +====================================== + bpo-42426: Fix reporting offset of the RE error in searchengine. bpo-42416: Get docstrings for IDLE calltips more often