From: Terry Jan Reedy Date: Wed, 23 Sep 2020 14:07:19 +0000 (-0400) Subject: [3.9] bpo-41841: Prepare IDLE News for 3.9 (GH-22380) X-Git-Tag: v3.9.1rc1~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7a4e5d330df49774019e25313e0c1c4e9bf505d;p=thirdparty%2FPython%2Fcpython.git [3.9] bpo-41841: Prepare IDLE News for 3.9 (GH-22380) --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 7eea0a47aa6e..ed1619001d59 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.9.1 +Released on 2020-12-07? ====================================== @@ -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).