]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152728: IDLE - move 3 toplevel fix_xyz functions to idlelb.util (#152729)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 1 Jul 2026 04:58:39 +0000 (00:58 -0400)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 04:58:39 +0000 (04:58 +0000)
commit53ca52ddb0c2725a1c34e4eb2245339cd3dcaa84
treea9f54df2b76665acc010e135f50354a909e9cf2c
parentfdcee4f5bd8d0dd852518ec9f092ac35ce9fd5d8
gh-152728: IDLE - move 3 toplevel fix_xyz functions to idlelb.util (#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.
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]