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

This commit is contained in:
Terry Jan Reedy 2020-07-25 00:30:57 -04:00 committed by GitHub
parent 0dd463c8a4
commit af08db7bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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.