Skip to content

bpo-35086: Fix tkinter docs A Simple Hello World Program#10160

Merged
serhiy-storchaka merged 1 commit intopython:masterfrom
daniellovell:master
Oct 30, 2018
Merged

bpo-35086: Fix tkinter docs A Simple Hello World Program#10160
serhiy-storchaka merged 1 commit intopython:masterfrom
daniellovell:master

Conversation

@daniellovell
Copy link
Contributor

@daniellovell daniellovell commented Oct 28, 2018

Application class does not hold onto the master Tk() instance as a class attribute. This is a good practice, and newcomers to tkinter would likely have trouble closing the window without this since root will almost never be in the global namespace.

https://bugs.python.org/issue35086

Loading
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

None yet

Development

Successfully merging this pull request may close these issues.

6 participants