]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688) (#107709)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Aug 2023 12:32:04 +0000 (05:32 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 12:32:04 +0000 (14:32 +0200)
commit91d935b47b47f5fa5c3eb0ee5e45a627f79babef
tree31583ffd882221422116526d050c6a7d17c10037
parent220d7e3120ffa23d01f91b7ad89f488b4dda3ef0
[3.12] gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688) (#107709)

gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688)

In future Tcl and Tk versions can be desynchronized.
(cherry picked from commit 3c8e8f3ceeae08fc43d885f5a4c65a3ee4b1a2c8)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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