]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 25 Jan 2021 11:33:18 +0000 (06:33 -0500)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 11:33:18 +0000 (06:33 -0500)
commit879986d8a932c4524cb6ff822afc9537de16e28d
tree897aea5f98000a01fad09fa83303d3d5086ae61b
parentcf19cc3b920ca5995e1c202d2c3dd7a59ac8eac8
bpo-43013: Fix old tkinter module names in idlelib (GH-24326)

Lowercase 'tkColorChooser', 'tkFileDialog', 'tkSimpleDialog', and
'tkMessageBox' and remove 'tk'.  Just lowercase 'tkFont' as 'font'
is already used.  Adjust import.
13 files changed:
Lib/idlelib/configdialog.py
Lib/idlelib/editor.py
Lib/idlelib/filelist.py
Lib/idlelib/idle_test/mock_tk.py
Lib/idlelib/idle_test/test_configdialog.py
Lib/idlelib/idle_test/test_replace.py
Lib/idlelib/idle_test/test_searchengine.py
Lib/idlelib/idle_test/test_squeezer.py
Lib/idlelib/iomenu.py
Lib/idlelib/pyshell.py
Lib/idlelib/runscript.py
Lib/idlelib/searchengine.py
Lib/idlelib/squeezer.py