]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Jun 2024 10:49:07 +0000 (13:49 +0300)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 10:49:07 +0000 (10:49 +0000)
commitd68a22e7a68ae09f7db61d5a1a3bd9c0360cf3ee
tree5a93a33dba06a470ad22c0310780a5758f3e9ec1
parent6646a9da26d12fc54263b22dd2916a2f710f1db7
gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213)

* Use new methods for tracing Tcl variable.
* Fix Combobox.current() for empty combobox.
Lib/tkinter/ttk.py
Misc/NEWS.d/next/Library/2024-06-07-13-21-11.gh-issue-120211.Rws_gf.rst [new file with mode: 0644]