[Python-checkins] [3.8] bpo-41841: Prepare IDLE News for 3.8.7 (GH-22381)

Terry Jan Reedy webhook-mailer at python.org
Wed Sep 23 10:35:06 EDT 2020


https://github.com/python/cpython/commit/0a2e11aecfb300615ab813f5d2d77a799f6e852c
commit: 0a2e11aecfb300615ab813f5d2d77a799f6e852c
branch: 3.8
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: GitHub <noreply at github.com>
date: 2020-09-23T10:34:56-04:00
summary:

[3.8] bpo-41841: Prepare IDLE News for 3.8.7 (GH-22381)

files:
M Lib/idlelib/NEWS.txt

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 5d9602e707b07..5d38a500fe618 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,5 +1,5 @@
-What's New in IDLE 3.8.6
-Released on 2020-09-14?
+What's New in IDLE 3.8.7
+Released on 2020-12-??
 ======================================
 
 
@@ -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.8.6
+Released on 2020-09-??
+======================================
+
 bpo-41468: Improve IDLE run crash error message (which users should
 never see).
 



More information about the Python-checkins mailing list