[Python-checkins] [3.10] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30876)
terryjreedy
webhook-mailer at python.org
Tue Jan 25 03:28:34 EST 2022
https://github.com/python/cpython/commit/367a37a18c4411c42da9006947dd95b0afbdf200
commit: 367a37a18c4411c42da9006947dd95b0afbdf200
branch: 3.10
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: terryjreedy <tjreedy at udel.edu>
date: 2022年01月25日T03:28:29-05:00
summary:
[3.10] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30876)
Cherry picked from b1a3446f077b7d56b89f55d98dadb8018986a3e
files:
M Lib/idlelib/NEWS.txt
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index c0f9a10e10b1c..0fe1cd258bfa1 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,3 +1,15 @@
+What's New in IDLE 3.10.z
+after 3.10.0 until 3.10.?
+Released on 2022年05月16日
+=========================
+
+
+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 <Ctrl-Z Return>, which does not work in IDLE.
+
+
What's New in IDLE 3.10.0
(since 3.9.0)
Released on 2021年10月04日
More information about the Python-checkins
mailing list