cpython/Misc/NEWS.d/next
Victor Stinner cd7e9c1b67 ttk: fix LabeledScale and OptionMenu destroy() method (#3025)
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.
2017-08-08 19:41:21 +02:00
..
Build bpo-30854: Fix compile error when --without-threads (#2581) 2017-07-05 10:39:17 +02:00
C API bpo-30832: Remove own implementation for thread-local storage (#2537) 2017-07-03 13:34:38 +02:00
Core and Builtins bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790) 2017-08-03 11:45:23 +03:00
Documentation bpo-30803: clarify truth value testing documentation (#2508) 2017-07-29 15:18:13 -04:00
IDLE bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016) 2017-08-07 14:22:44 -04:00
Library ttk: fix LabeledScale and OptionMenu destroy() method (#3025) 2017-08-08 19:41:21 +02:00
macOS
Security
Tests bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
Tools-Demos
Windows [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) 2017-07-17 11:15:48 +02:00