]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-127802: Schedule removal of legacy tkinter variable trace methods in 3...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jun 2026 12:34:47 +0000 (14:34 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 12:34:47 +0000 (12:34 +0000)
commita53c6ca1433eaf45cdb941854ff3c15791b0af15
treec92a0e00b410aff01e5f93d170031c03f28f8800
parentae4c2c126b5a67bcf22f182ce818294c1e71b1c5
[3.15] gh-127802: Schedule removal of legacy tkinter variable trace methods in 3.17 (GH-152012) (GH-152186)

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.
(cherry picked from commit deeae2ac07a5aaa6fc1025a048592afe3516e57e)

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