]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Nov 2019 11:13:32 +0000 (03:13 -0800)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2019 11:13:32 +0000 (03:13 -0800)
commit177b12682cad7edf9cdea91382acc4232c0167e6
tree23ca65ef937a120d41606e36f88a24665edc7d34
parent832341a07158955c2df899c18779b72fb379b0d0
bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)

(cherry picked from commit c8b53dc3d8f721ed8519aa5a35530a42fbfb9424)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/idle_test/test_iomenu.py
Lib/idlelib/iomenu.py
Misc/NEWS.d/next/IDLE/2019-11-09-23-55-59.bpo-26353.duYZiF.rst [new file with mode: 0644]