commit | f51ef51db686938486bff453e791a3093a1df108 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Oct 30 08:34:54 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 30 08:34:54 2018 -0700 |
tree | ef558ba94c74623fee23776be1c5b20e20777930 | |
parent | 7d35f79012db89ce9a152a77ac6809eb9c34a35d [diff] |
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>