From 3178efbf06666409107237a3cfe61ba85a5d3a26 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 25 Jan 2022 03:28:53 -0500 Subject: [PATCH] [3.9] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30877) Cherry picked from b1a3446f077b7d56b89f55d98dadb8018986a3e --- Lib/idlelib/NEWS.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 3e5915679a0..d656f0c0214 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,8 +1,12 @@ -What's New in IDLE 3.9 after 3.9.0 -until 3.9.12, 2022-05-16 -================================== +What's New in IDLE 3.9.z +after 3.9.0 until 3.9.12 +Released on 2022-05-16 +========================= +bpo-45296: On Windows, change exit/quit message to suggest Ctrl-D, which +works, instead of , which does not work in IDLE. + bpo-40128: Mostly fix completions on macOS when not using tcl/tk 8.6.11 (as with 3.9).