Skip to content

[3.15] gh-152587: Stop documenting bogus default values in tkinter variable methods (GH-152594)#152596

Merged
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-e134a1a-3.15
Jun 29, 2026
Merged

[3.15] gh-152587: Stop documenting bogus default values in tkinter variable methods (GH-152594)#152596
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-e134a1a-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

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 e134a1a)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com

…iable methods (pythonGH-152594)

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 e134a1a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@read-the-docs-community

Copy link
Copy Markdown

@serhiy-storchaka serhiy-storchaka merged commit 05c7a70 into python:3.15 Jun 29, 2026
38 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Jun 29, 2026
@miss-islington miss-islington deleted the backport-e134a1a-3.15 branch June 29, 2026 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants