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

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]