]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Oct 2018 15:35:02 +0000 (08:35 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Oct 2018 15:35:02 +0000 (08:35 -0700)
commitc843a47007293d8361d0bfd45bfd7169afaa601c
treeba9af7701345e840b1e56a83f4d74afcc44a7fbc
parent47a2824850e7f9d6d69abe9ef12caa053411221c
bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160)

The root widget was accessed as a global variable in the Application's method.
(cherry picked from commit a80af770870937271865b5e2b05a2cfe40b024b6)

Co-authored-by: Daniel Lovell <lovell.daniel92@gmail.com>
Doc/library/tkinter.rst