]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Aug 2023 11:11:39 +0000 (14:11 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Aug 2023 11:11:39 +0000 (14:11 +0300)
commit3c8e8f3ceeae08fc43d885f5a4c65a3ee4b1a2c8
tree3c8a19ba8237d6468c6b28928d90e5acfcff5973
parent6925c578a0e3cbb00858e64da813a7ffe79623c4
gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688)

In future Tcl and Tk versions can be desynchronized.
Lib/test/test_tcl.py
Lib/test/test_tkinter/support.py
Lib/test/test_tkinter/test_images.py
Lib/test/test_tkinter/test_widgets.py
Lib/test/test_tkinter/widget_tests.py
Lib/test/test_ttk/test_style.py
Lib/test/test_ttk/test_widgets.py