diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2022-01-25 08:27:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 08:27:09 (GMT) |
commit | b1a3446f077b7d56b89f55d98dadb8018986a3e5 (patch) | |
tree | 68bf64a548fe754492f0fab8adf1b9d15547e836 /Lib/idlelib | |
parent | 8464fbc42ecc9ce504faac499711dcdc6eedef16 (diff) | |
download | cpython-b1a3446f077b7d56b89f55d98dadb8018986a3e5.zip cpython-b1a3446f077b7d56b89f55d98dadb8018986a3e5.tar.gz cpython-b1a3446f077b7d56b89f55d98dadb8018986a3e5.tar.bz2 |
bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30875)
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index c0f9a10..a1c6412 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 <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 |