bpo-37309: NEWS for GH-41373 (GH-21612)

(cherry picked from commit af08db7bac)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2020-07-25 21:25:17 -07:00 committed by GitHub
parent 616734b6c8
commit b74e536075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.