From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 26 Jul 2020 04:25:17 +0000 (-0700) Subject: bpo-37309: NEWS for GH-41373 (GH-21612) X-Git-Tag: v3.9.0rc1~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b74e53607576ec92c0f319559b8bb1e34ed5c38b;p=thirdparty%2FPython%2Fcpython.git bpo-37309: NEWS for GH-41373 (GH-21612) (cherry picked from commit af08db7bac3087aac313d052c1a6302bee7c9c89) Co-authored-by: Terry Jan Reedy --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index e9b29a2b480d..e0a671983c74 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.