diff options
author | Robert Schuppenies <okkotonushi@googlemail.com> | 2008-08-10 11:01:53 (GMT) |
---|---|---|
committer | Robert Schuppenies <okkotonushi@googlemail.com> | 2008-08-10 11:01:53 (GMT) |
commit | 14646337bff978f5eba7f2add21ffbe89e894c7c (patch) | |
tree | 57d4eaa6c351788467ba2cb2e4556b03b12f998a /Misc | |
parent | 9fc5631be6bb192db6cd5bd9b4305ab801ca3092 (diff) | |
download | cpython-14646337bff978f5eba7f2add21ffbe89e894c7c.zip cpython-14646337bff978f5eba7f2add21ffbe89e894c7c.tar.gz cpython-14646337bff978f5eba7f2add21ffbe89e894c7c.tar.bz2 |
Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to
menu entries were not deleted.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ Core and Builtins Library ------- +- Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to + menu entries were not deleted. + - Copied the implementation of reduce() to _functools.reduce() to have a version that did not raise a DeprecationWarning under -3. |