]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Jul 2020 03:39:31 +0000 (20:39 -0700)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2020 03:39:31 +0000 (20:39 -0700)
commit15fdbb7145ee99abd98b4968307d4b89dd71a988
tree26cc305873315e8845f74614a025555abea0f785
parentba07d4a0c30b4d817b4c31a052388a68cc17bc3b
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>
(cherry picked from commit 0dd463c8a4269137ebed7cc29605c555030df94f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/idlelib/iomenu.py
Misc/NEWS.d/next/IDLE/2020-07-24-17-49-58.bpo-41373.YQIPu_.rst [new file with mode: 0644]