From 1fba302611a6f31d03eaeced777c3bdc1c3906b3 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 25 Jan 2022 02:30:00 -0500 Subject: [PATCH] [3.9] bpo-46496: Update IDLE News to 2021 Jan 24 --- 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 3e5915679a0923..d656f0c0214b4d 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,11 @@ -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).