diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2020-09-23 13:44:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 13:44:31 (GMT) |
commit | 7af072c3b60dd3aac2835122bc37454f0973351e (patch) | |
tree | 4dff0063ab4188d9d5781e08b41e6dc2175b50bb /Lib/idlelib/NEWS.txt | |
parent | 48b0b1b121f26f811265f9eb06f195a3df38ef4b (diff) | |
download | cpython-7af072c3b60dd3aac2835122bc37454f0973351e.zip cpython-7af072c3b60dd3aac2835122bc37454f0973351e.tar.gz cpython-7af072c3b60dd3aac2835122bc37454f0973351e.tar.bz2 |
bpo-41841: Prepare IDLE News for 3.10 (GH-22379)
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 7eea0a4..38b9864 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,5 +1,5 @@ -What's New in IDLE 3.9.0 (since 3.8.0) -Released on 2020-10-05? +What's New in IDLE 3.10.0 (since 3.9.0) +Released on 2021-10-04? ====================================== @@ -8,6 +8,11 @@ bpo-35764: Rewrite the Calltips doc section. bpo-40181: In calltips, stop reminding that '/' marks the end of positional-only arguments. + +What's New in IDLE 3.9.0 (since 3.8.0) +Released on 2020-10-05? +====================================== + bpo-41468: Improve IDLE run crash error message (which users should never see). |