From 9508c9505182f3c79e67762da813dd93268fdbd2 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 27 Oct 2019 00:51:43 -0400 Subject: [PATCH] bpo-37309: First idlelib/NEWS.txt for 3.9.0 --- Lib/idlelib/NEWS.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 1597eb960b2b40..ce96baf32859c4 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