]> granicus.if.org Git - python/commit
bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160)
authorDaniel Lovell <lovell.daniel92@gmail.com>
Tue, 30 Oct 2018 14:56:07 +0000 (07:56 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 30 Oct 2018 14:56:07 +0000 (16:56 +0200)
commita80af770870937271865b5e2b05a2cfe40b024b6
tree851eff8c160a783ecd85c178c4addf6d7b6278bc
parent31368a4f0e531c19affe2a1becd25fc316bc7501
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.
Doc/library/tkinter.rst