summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2020-07-25 04:33:01 (GMT)
committerGitHub <noreply@github.com>2020-07-25 04:33:01 (GMT)
commita667e1c66a62d509c39d30abf11778213a1e1ca0 (patch)
tree8da2fd3c1cdba6afa81bea3c475394dd24802249 /Lib/idlelib
parent1c562ced2123f4d5a250fe9072ac93504cc41967 (diff)
downloadcpython-a667e1c66a62d509c39d30abf11778213a1e1ca0.zip
cpython-a667e1c66a62d509c39d30abf11778213a1e1ca0.tar.gz
cpython-a667e1c66a62d509c39d30abf11778213a1e1ca0.tar.bz2
[3.8] bpo-37309: NEWS for #41373 (GH-21612)
Cherry-picked from af08db7.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/NEWS.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 5abf4be..41ff15d 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
======================================