]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-152587: Stop documenting bogus default values in tkinter variable methods...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jun 2026 14:08:46 +0000 (16:08 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 14:08:46 +0000 (17:08 +0300)
commit6f6256f57405ed3a7a01c0867b9855e6e881e83e
treec3e5a1e8ed6814152ac83ed244c34e2b6fc8b4b0
parent352aada0385f46326684b271ed918c51786816ab
[3.14] gh-152587: Stop documenting bogus default values in tkinter variable methods (GH-152594) (GH-152597)

The name parameter of Misc.wait_variable(), setvar() and getvar() and the
value parameter of setvar() should not be optional.  Their default values
('PY_VAR' and '1') are not meaningful and should not be advertised.
(cherry picked from commit e134a1aa36027fb3c8bd9493028072365b19479b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/tkinter.rst