]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-96491: Deduplicate version in IDLE shell title (GH-139841) (#139931)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 11 Oct 2025 02:02:34 +0000 (04:02 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Oct 2025 02:02:34 +0000 (02:02 +0000)
commit1a355d73663692d77811686f5d655ce161a256a1
tree9bbf8f653a3d8759ed1af0c51704ba98f6a93fcf
parent2660e98b30f83cdba6b52a89e74dfe7de17c1a85
[3.14] gh-96491: Deduplicate version in IDLE shell title (GH-139841) (#139931)

gh-96491: Deduplicate version in IDLE shell title (GH-139841)

Saving to a file added both the filename and repeated the version.
---------
(cherry picked from commit d4e5802588db3459f04d4b8013cc571a8988e203)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
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]