]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-65339: Save IDLE Shell and Output windows as text by default (#152742)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Jul 2026 20:36:34 +0000 (23:36 +0300)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 20:36:34 +0000 (16:36 -0400)
commitefcfb1a4e0f4d0d0e33aefccd8373e116e98e3de
treecda03668662678ac2617c45e12d8f6f3836174cc
parent51b511d7299f91a458e40d1ea997bd7e6cd3deef
gh-65339: Save IDLE Shell and Output windows as text by default (#152742)

Their content is not Python source, so the Save As dialog now lists text
files first and defaults to a ".txt" extension.
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]