diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2021-02-24 02:24:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 02:24:33 (GMT) |
commit | b9fe16a02717e89a2141311de1e36161af4de9a9 (patch) | |
tree | 55e71964fb64c33fa9ef61cfeca47ba52a260cb4 | |
parent | 2827e8a177c2a6584fada594bca6829c53a2872f (diff) | |
download | cpython-b9fe16a02717e89a2141311de1e36161af4de9a9.zip cpython-b9fe16a02717e89a2141311de1e36161af4de9a9.tar.gz cpython-b9fe16a02717e89a2141311de1e36161af4de9a9.tar.bz2 |
bpo-41841: Revise header (GH-24633)
-rw-r--r-- | Lib/idlelib/NEWS.txt | 5 |
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 |