]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37309: NEWS for #41373 (GH-21612)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 25 Jul 2020 04:30:57 +0000 (00:30 -0400)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2020 04:30:57 +0000 (00:30 -0400)
Lib/idlelib/NEWS.txt

index e9b29a2b480d650db67dea5885aecf9345d08f95..e0a671983c746dff0fded3426aa9fad0e18babcb 100644 (file)
@@ -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.