cpython/Lib/tkinter
Victor Stinner 33460fa7e0 ttk: fix LabeledScale and OptionMenu destroy() method (#3025) (#3030)
bpo-31135: Call the parent destroy() method even if the used
attribute doesn't exist.

The LabeledScale.destroy() method now also explicitly clears label
and scale attributes to help the garbage collector to destroy all
widgets.
(cherry picked from commit cd7e9c1b67)
2017-08-09 10:48:11 +02:00
..
test [3.6] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (#2959) 2017-07-31 22:10:13 +03:00
__init__.py Fix spelling mistakes in tkinter.py (#1751) 2017-05-23 09:14:02 +03:00
__main__.py
colorchooser.py
commondialog.py
constants.py
dialog.py
dnd.py
filedialog.py
font.py
messagebox.py
scrolledtext.py
simpledialog.py
tix.py Issue 28923: Remove editor artifacts from Tix.py, 2016-12-22 00:02:36 -05:00
ttk.py ttk: fix LabeledScale and OptionMenu destroy() method (#3025) (#3030) 2017-08-09 10:48:11 +02:00