]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96491: Deduplicate version in IDLE shell title (#139841)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sat, 11 Oct 2025 01:37:48 +0000 (02:37 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Oct 2025 01:37:48 +0000 (21:37 -0400)
commitd4e5802588db3459f04d4b8013cc571a8988e203
tree2ba8d6ae64445e2cacaee7200a026ca889f34c6b
parentff7bb565d836162eed0851c36afa325a107a5a56
gh-96491: Deduplicate version in IDLE shell title (#139841)

Saving to a file added both the filename and repeated the version.
---------

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/CREDITS.txt
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_outwin.py
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2025-10-09-12-53-47.gh-issue-96491.4YKxvy.rst [new file with mode: 0644]