]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-66819: More IDLE htest updates(4) (GH-112686) (#112688)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Dec 2023 07:08:01 +0000 (08:08 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 07:08:01 +0000 (07:08 +0000)
commit838e968e694f4542fe6cd5a7f9a4d5888094de08
treedffe31c967fa33bede2fc322d8f39550fefe8596
parent55a4bb99fc4ba85ad7fe2ca5ac99718eace20641
[3.12] gh-66819: More IDLE htest updates(4) (GH-112686) (#112688)

Mostly double spacing before 'if __name__...'.
(cherry picked from commit e5b0db0315941b968ebcc2414bfcdd2da44fd3c2)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
25 files changed:
Lib/idlelib/browser.py
Lib/idlelib/calltip_w.py
Lib/idlelib/config.py
Lib/idlelib/debugobj.py
Lib/idlelib/delegator.py
Lib/idlelib/dynoption.py
Lib/idlelib/editor.py
Lib/idlelib/filelist.py
Lib/idlelib/grep.py
Lib/idlelib/help.py
Lib/idlelib/idle_test/htest.py
Lib/idlelib/iomenu.py
Lib/idlelib/multicall.py
Lib/idlelib/outwin.py
Lib/idlelib/percolator.py
Lib/idlelib/pyshell.py
Lib/idlelib/redirector.py
Lib/idlelib/replace.py
Lib/idlelib/scrolledlist.py
Lib/idlelib/search.py
Lib/idlelib/sidebar.py
Lib/idlelib/statusbar.py
Lib/idlelib/tree.py
Lib/idlelib/undo.py
Lib/idlelib/util.py