diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2020-09-23 10:34:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 10:34:56 -0400 |
commit | 0a2e11aecfb300615ab813f5d2d77a799f6e852c (patch) | |
tree | 332efebdd0153a2a656cb5ec54f200b2a7f50880 | |
parent | 5acc1b5f0b62eef3258e4bc31eba3b9c659108c9 (diff) | |
download | cpython-git-0a2e11aecfb300615ab813f5d2d77a799f6e852c.tar.gz |
[3.8] bpo-41841: Prepare IDLE News for 3.8.7 (GH-22381)
-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 5d9602e707..5d38a500fe 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,5 +1,5 @@ -What's New in IDLE 3.8.6 -Released on 2020-09-14? +What's New in IDLE 3.8.7 +Released on 2020-12-?? ====================================== @@ -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.8.6 +Released on 2020-09-?? +====================================== + bpo-41468: Improve IDLE run crash error message (which users should never see). |