]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152587: Make name and value required in tkinter variable methods (GH-152595)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2026 14:11:03 +0000 (17:11 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 14:11:03 +0000 (14:11 +0000)
commit9751e1d7df5f1ed0e1520cd24b16750b173c2fbf
tree60e949c026bbb6aade750e90f5d003618ff7a94c
parentb8cb0555d80bdb7a4d7a858d41402133a4d8ae9a
gh-152587: Make name and value required in tkinter variable methods (GH-152595)

The name parameter of Misc.wait_variable(), setvar() and getvar() and the
value parameter of setvar() no longer have default values, which were not
meaningful ('PY_VAR' and '1').

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/whatsnew/3.16.rst
Lib/test/test_tkinter/test_misc.py
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2026-06-29-12-50-28.gh-issue-152587.Lq8wVn.rst [new file with mode: 0644]