summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2021-02-23 21:24:33 -0500
committerGitHub <noreply@github.com>2021-02-23 21:24:33 -0500
commitb9fe16a02717e89a2141311de1e36161af4de9a9 (patch)
tree55e71964fb64c33fa9ef61cfeca47ba52a260cb4
parent2827e8a177c2a6584fada594bca6829c53a2872f (diff)
downloadcpython-git-b9fe16a02717e89a2141311de1e36161af4de9a9.tar.gz
bpo-41841: Revise header (GH-24633)
-rw-r--r--Lib/idlelib/NEWS.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 30d5b2f15f..ca4280ff4c 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