]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120220: Deprecate legacy methods for tracing variables in Tkinter (GH-120223)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Apr 2025 17:26:51 +0000 (20:26 +0300)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 17:26:51 +0000 (20:26 +0300)
commitc46635aa5a20fc1b4c5e85370fa0fa2303c47c14
tree3dbe3c3f7a90eb0dafb1f36867097c9bd4f97501
parent814ca116d54f40d6958a623deb614c3e3734e237
gh-120220: Deprecate legacy methods for tracing variables in Tkinter (GH-120223)

They do not work with Tcl 9.0.
Use new methods added in Python 3.6.
Doc/whatsnew/3.14.rst
Lib/test/test_tkinter/test_variables.py
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2024-06-07-15-03-54.gh-issue-120220.NNxrr_.rst [new file with mode: 0644]