summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2020-07-25 03:21:30 (GMT)
committerGitHub <noreply@github.com>2020-07-25 03:21:30 (GMT)
commit0dd463c8a4269137ebed7cc29605c555030df94f (patch)
tree028ac900bebfc0c43a346f380dd7ed94851355c4 /Misc
parent0dd98c2d00a75efbec19c2ed942923981bc06683 (diff)
downloadcpython-0dd463c8a4269137ebed7cc29605c555030df94f.zip
cpython-0dd463c8a4269137ebed7cc29605c555030df94f.tar.gz
cpython-0dd463c8a4269137ebed7cc29605c555030df94f.tar.bz2
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597)
Fixes regression in 3.8.4 and 3.9.0b4. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2020-07-24-17-49-58.bpo-41373.YQIPu_.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-07-24-17-49-58.bpo-41373.YQIPu_.rst b/Misc/NEWS.d/next/IDLE/2020-07-24-17-49-58.bpo-41373.YQIPu_.rst
new file mode 100644
index 0000000..b50a72fe
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2020-07-24-17-49-58.bpo-41373.YQIPu_.rst
@@ -0,0 +1,3 @@
+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.