[Python-checkins] bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947)
Terry Jan Reedy
webhook-mailer at python.org
Sun Oct 27 01:23:34 EDT 2019
https://github.com/python/cpython/commit/a8fb9327fb9387b404d4b6ce55c608125f66b9ae
commit: a8fb9327fb9387b404d4b6ce55c608125f66b9ae
branch: master
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: GitHub <noreply at github.com>
date: 2019年10月27日T01:23:30-04:00
summary:
bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947)
files:
M Lib/idlelib/NEWS.txt
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 1597eb960b2b4..ce96baf32859c 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,5 +1,13 @@
+What's New in IDLE 3.9.0 (since 3.8.0)
+Released on 2020年10月05日?
+======================================
+
+
+bpo-38598: Do not try to compile IDLE shell or output windows.
+
+
What's New in IDLE 3.8.0 (since 3.7.0)
-Released on 2019年10月20日?
+Released on 2019年10月14日
======================================
bpo-36698: IDLE no longer fails when writing non-encodable characters
More information about the Python-checkins
mailing list