From 7d5146442c21fa335703c2abe9e9b7fed744c249 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Mon, 27 Jun 2022 18:56:04 -0400 Subject: [PATCH 1/2] gh-90654: Update maintenance NEWS header. --- Lib/idlelib/NEWS.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 424e971c8bb316..52ccbd72ed8501 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,6 @@ What's New in IDLE 3.10.z -after 3.10.0 until 3.10.? -Released on 2022-05-16 +after 3.10.0 until 3.10.10? +Released 2023-04-03? ========================= From cd6db44f9e5be2a74b5a84d56538d2be3a20e65f Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 20 Jul 2022 00:57:52 -0400 Subject: [PATCH 2/2] Update NEWS.txt --- Lib/idlelib/NEWS.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 52ccbd72ed8501..b3bb73204679dc 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -29,7 +29,6 @@ What's New in IDLE 3.10.0 Released on 2021-10-04 ========================= - bpo-40128: Mostly fix completions on macOS when not using tcl/tk 8.6.11 (as with 3.9).