]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:08:44 +0000 (08:08 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 06:08:44 +0000 (02:08 -0400)
commitf663e54dc402d304771be75eac41d5c44a73065b
tree22ec0edaff952531d8aba085661437aa3a88a9a6
parent4bacb0ccef0e9908bec3ea6f391e7ffa4ff03c17
[3.15] gh-152728: IDLE - move 3 toplevel fix_xyz functions to idlelb.util (GH-152729) (#152730)

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]