Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-15303: Support widgets with boolean value False in Tkinter #23904

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Dec 23, 2020

Use widget is None instead of checking the boolean value of a widget.

https://bugs.python.org/issue15303

Use `widget is None` instead of checking the boolean value of a widget.
@serhiy-storchaka serhiy-storchaka merged commit bb70b2a into python:master Dec 25, 2020
10 of 11 checks passed
@serhiy-storchaka serhiy-storchaka deleted the tkinter-widget-is-none branch Dec 25, 2020
adorilson pushed a commit to adorilson/cpython that referenced this issue Mar 13, 2021
…nGH-23904)

Use `widget is None` instead of checking the boolean value of a widget.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants