]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-65339: Save IDLE Shell and Output windows as text by default (GH-152742...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jul 2026 21:03:58 +0000 (23:03 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 21:03:58 +0000 (21:03 +0000)
commit392f1cc0792583b6aff25d9fdba84cf5da655011
tree8a19781cfc5cfa1ea619696d7efc6f0e7ab3c32c
parent6bbc28bc9c50ef81cb83d859f3b483e1b6928943
[3.15] gh-65339: Save IDLE Shell and Output windows as text by default (GH-152742) (#152821)

gh-65339: Save IDLE Shell and Output windows as text by default (GH-152742)

Their content is not Python source, so the Save As dialog now lists text
files first and defaults to a ".txt" extension.
(cherry picked from commit efcfb1a4e0f4d0d0e33aefccd8373e116e98e3de)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/idlelib/idle_test/test_outwin.py
Lib/idlelib/iomenu.py
Lib/idlelib/outwin.py
Misc/NEWS.d/next/IDLE/2026-07-01-17-00-00.gh-issue-65339.oUtTxt.rst [new file with mode: 0644]