From d56a6dc2414f3d37cf98b57a627a50aa9ede1fdf Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 23 Feb 2021 20:59:40 -0500 Subject: [PATCH] bpo-41841: Revise header --- Lib/idlelib/NEWS.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 30d5b2f15f91ee..ca4280ff4cff8d 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,7 @@ -What's New in IDLE 3.10.0 (since 3.9.0) +What's New in IDLE 3.10.0 +(since 3.9.0) Released on 2021-10-04? -====================================== +========================= bpo-43283: Document why printing to IDLE's Shell is often slower than