From: Terry Jan Reedy Date: Wed, 24 Feb 2021 02:32:20 +0000 (-0500) Subject: [3.9] bpo-41841: revise header (GH-24634) X-Git-Tag: v3.9.3~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d81a20454eae1868059e45d54e0270e3b4d2e409;p=thirdparty%2FPython%2Fcpython.git [3.9] bpo-41841: revise header (GH-24634) --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 8374f7a58204..f68e144d2561 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,6 @@ -What's New in IDLE 3.9.2 -Released on 2021-02-15? -====================================== +What's New in IDLE 3.9.z +(since 3.9.0) +========================= bpo-43283: Document why printing to IDLE's Shell is often slower than @@ -18,11 +18,6 @@ bpo-33065: Fix problem debugging user classes with __repr__ method. bpo-32631: Finish zzdummy example extension module: make menu entries work; add docstrings and tests with 100% coverage. - -What's New in IDLE 3.9.1 -Released on 2020-12-07 -====================================== - bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround that prevented running files with shortcuts when using new universal2 installers built on macOS 11.