From: Terry Jan Reedy Date: Tue, 25 Jan 2022 08:27:09 +0000 (-0500) Subject: bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30875) X-Git-Tag: v3.11.0a5~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1a3446f077b7d56b89f55d98dadb8018986a3e5;p=thirdparty%2FPython%2Fcpython.git bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30875) --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index c0f9a10e10b1..a1c64121aae4 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,15 @@ +What's New in IDLE 3.11.0 +(since 3.10.0) +Released on 2022-10-03 +========================= + + +bpo-45495: Add context keywords 'case' and 'match' to completions list. + +bpo-45296: On Windows, change exit/quit message to suggest Ctrl-D, which +works, instead of , which does not work in IDLE. + + What's New in IDLE 3.10.0 (since 3.9.0) Released on 2021-10-04