From: Terry Jan Reedy Date: Sat, 25 Jul 2020 04:33:01 +0000 (-0400) Subject: [3.8] bpo-37309: NEWS for #41373 (GH-21612) X-Git-Tag: v3.8.6rc1~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a667e1c66a62d509c39d30abf11778213a1e1ca0;p=thirdparty%2FPython%2Fcpython.git [3.8] bpo-37309: NEWS for #41373 (GH-21612) Cherry-picked from af08db7. --- 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 ======================================