Commit fb3bf01
bpo-35086: Fix tkinter example "A Simple Hello World Program". (pythonGH-10160)
The root widget was accessed as a global variable in the Application's method.
(cherry picked from commit a80af77)
Co-authored-by: Daniel Lovell <lovell.daniel92@gmail.com>1 parent 7d35f79 commit fb3bf01
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
218 | | - | |
| 219 | + | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| |||
0 commit comments