]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-96491: Deduplicate version in IDLE shell title (GH-139841) (#139932)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 11 Oct 2025 02:00:21 +0000 (04:00 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Oct 2025 02:00:21 +0000 (02:00 +0000)
commit6a9908ee9469756229d021faf6c1fcb0210e5ba3
treecd33c727dddf0db78f46db59c9afb559f10e045b
parentaee27d9d19b94daa454797a86fffeb295e1fac4a
[3.13] gh-96491: Deduplicate version in IDLE shell title (GH-139841) (#139932)

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]