From: Terry Jan Reedy Date: Tue, 25 Jan 2022 08:28:53 +0000 (-0500) Subject: [3.9] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30877) X-Git-Tag: v3.9.11~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3178efbf06666409107237a3cfe61ba85a5d3a26;p=thirdparty%2FPython%2Fcpython.git [3.9] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30877) Cherry picked from b1a3446f077b7d56b89f55d98dadb8018986a3e --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 3e5915679a09..d656f0c0214b 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).