]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127802: Schedule removal of legacy tkinter variable trace methods in 3.17 (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 25 Jun 2026 12:05:46 +0000 (15:05 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 12:05:46 +0000 (15:05 +0300)
commitdeeae2ac07a5aaa6fc1025a048592afe3516e57e
tree6cdbb25bcf88eccfd7cf9e8d45e93a560f39a38f
parentf9910519af8beecba7d65e0348f48fb70b9a31c8
gh-127802: Schedule removal of legacy tkinter variable trace methods in 3.17 (GH-152012)

The tkinter.Variable methods trace_variable(), trace(), trace_vdelete()
and trace_vinfo(), deprecated since Python 3.14, are now scheduled for
removal in Python 3.17.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/deprecations/pending-removal-in-3.17.rst
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2026-06-23-17-14-04.gh-issue-127802.nGSxo6.rst [new file with mode: 0644]