From af08db7bac3087aac313d052c1a6302bee7c9c89 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 25 Jul 2020 00:30:57 -0400 Subject: bpo-37309: NEWS for #41373 (GH-21612) --- Lib/idlelib/NEWS.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index e9b29a2..e0a6719 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,10 @@ Released on 2020-10-05? ====================================== +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. + bpo-41300: Save files with non-ascii chars. Fix regression in 3.9.0b4 and 3.8.4. -- cgit v0.12