]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-152728: IDLE - move 3 toplevel fix_xyz functions to idlelb.util (GH-152729...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jul 2026 06:09:26 +0000 (08:09 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 06:09:26 +0000 (02:09 -0400)
commitb6ae32cf829949275865f308ef4e483d8d2e88de
treeaac622c0341dc3e8257bcecf78aa1d8fab8a7138
parent51cacbeff4671206fd10257a06e85c05b0f8e457
[3.14] gh-152728: IDLE - move 3 toplevel fix_xyz functions to idlelb.util (GH-152729) (#152731)

gh-152728: IDLE - move 3 toplevel fix_xyz functions to idlelb.util (GH-152729)

IDLE - move 3 toplevel fix_xyz functions to idlelb.util

Move idlelib functions run.fix_scaling, editor.fixwordbreaks
(as fix_word_breaks).  All are used in at least 3 modules.
(cherry picked from commit 53ca52ddb0c2725a1c34e4eb2245339cd3dcaa84)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/News3.txt
Lib/idlelib/editor.py
Lib/idlelib/filelist.py
Lib/idlelib/idle_test/test_editmenu.py
Lib/idlelib/idle_test/test_sidebar.py
Lib/idlelib/pyshell.py
Lib/idlelib/run.py
Lib/idlelib/util.py
Misc/NEWS.d/next/IDLE/2026-07-01-00-15-58.gh-issue-152728.yxIhMN.rst [new file with mode: 0644]