]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41841: Prepare IDLE News for 3.10 (GH-22379)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 23 Sep 2020 13:44:31 +0000 (09:44 -0400)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 13:44:31 +0000 (09:44 -0400)
Lib/idlelib/NEWS.txt

index 7eea0a47aa6e8e99e4913beeed789332ac81762e..38b98644942f9e1abc1f6b26fc488abc0bd666aa 100644 (file)
@@ -1,5 +1,5 @@
-What's New in IDLE 3.9.0 (since 3.8.0)
-Released on 2020-10-05?
+What's New in IDLE 3.10.0 (since 3.9.0)
+Released on 2021-10-04?
 ======================================
 
 
@@ -8,6 +8,11 @@ bpo-35764: Rewrite the Calltips doc section.
 bpo-40181: In calltips, stop reminding that '/' marks the end of
 positional-only arguments.
 
+
+What's New in IDLE 3.9.0 (since 3.8.0)
+Released on 2020-10-05?
+======================================
+
 bpo-41468: Improve IDLE run crash error message (which users should
 never see).