]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 25 Jul 2020 03:21:30 +0000 (06:21 +0300)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2020 03:21:30 +0000 (23:21 -0400)
commit0dd463c8a4269137ebed7cc29605c555030df94f
tree028ac900bebfc0c43a346f380dd7ed94851355c4
parent0dd98c2d00a75efbec19c2ed942923981bc06683
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>
Lib/idlelib/iomenu.py
Misc/NEWS.d/next/IDLE/2020-07-24-17-49-58.bpo-41373.YQIPu_.rst [new file with mode: 0644]