From 09bad6fd6a0cf97dd82b0692d5e812ff8227b6be Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 26 Jan 2021 13:03:22 -0500 Subject: [PATCH] [3.8] bpo-41841: Prepare IDLE NEWS for 3.8.8 --- Lib/idlelib/NEWS.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 44782fcb0cecd9..c122e596b5cb16 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