summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2021-02-24 02:24:33 (GMT)
committerGitHub <noreply@github.com>2021-02-24 02:24:33 (GMT)
commitb9fe16a02717e89a2141311de1e36161af4de9a9 (patch)
tree55e71964fb64c33fa9ef61cfeca47ba52a260cb4 /Lib/idlelib
parent2827e8a177c2a6584fada594bca6829c53a2872f (diff)
downloadcpython-b9fe16a02717e89a2141311de1e36161af4de9a9.zip
cpython-b9fe16a02717e89a2141311de1e36161af4de9a9.tar.gz
cpython-b9fe16a02717e89a2141311de1e36161af4de9a9.tar.bz2
bpo-41841: Revise header (GH-24633)
Diffstat (limited to 'Lib/idlelib')
-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 30d5b2f..ca4280f 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