]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:09:01 +0000 (16:09 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 14:09:01 +0000 (17:09 +0300)
commita24c036cba05aa7fa16752f80cd8180a4eaeb4b8
treed872e0d0129359115b092fbdd2337d7502153402
parenta7674ae331132a47dd878868f9c2bdc06dc71c8b
[3.13] gh-152587: Stop documenting bogus default values in tkinter variable methods (GH-152594) (GH-152598)

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