]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:00:47 +0000 (23:00 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 21:00:47 +0000 (21:00 +0000)
commitbef8ff926207d854092e7e4ff75cde7f9463b015
treee31cce9559473b91f1b8f7c04c17babb6785f1ee
parentf05bfc3685a803e41dafcdfe1cdf0f33136c6db2
[3.13] gh-65339: Save IDLE Shell and Output windows as text by default (GH-152742) (#152823)

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]