From a667e1c66a62d509c39d30abf11778213a1e1ca0 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 25 Jul 2020 00:33:01 -0400 Subject: [PATCH] [3.8] bpo-37309: NEWS for #41373 (GH-21612) Cherry-picked from af08db7. --- Lib/idlelib/NEWS.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 5abf4bef45c7..41ff15d84eac 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,11 +1,21 @@ +What's New in IDLE 3.8.6 +Released on 2020-09-14? +====================================== + + +bpo-41373: Save files loaded with no line ending, as when blank, or +different line endings, by setting its line ending to the system +default. Fix regression in 3.8.4 and 3.9.0b4. + + What's New in IDLE 3.8.5 Released on 2020-07-20 ====================================== - bpo-41300: Save files with non-ascii chars. Fix regression in 3.9.0b4 and 3.8.4. + What's New in IDLE 3.8.4 Released on 2020-06-30 ====================================== -- 2.47.3