]> 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:34:54 +0000 (08:34 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Oct 2018 15:34:54 +0000 (08:34 -0700)
commitf51ef51db686938486bff453e791a3093a1df108
treeef558ba94c74623fee23776be1c5b20e20777930
parent7d35f79012db89ce9a152a77ac6809eb9c34a35d
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