summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobert Schuppenies <okkotonushi@googlemail.com>2008-08-10 11:01:53 (GMT)
committerRobert Schuppenies <okkotonushi@googlemail.com>2008-08-10 11:01:53 (GMT)
commit14646337bff978f5eba7f2add21ffbe89e894c7c (patch)
tree57d4eaa6c351788467ba2cb2e4556b03b12f998a /Misc
parent9fc5631be6bb192db6cd5bd9b4305ab801ca3092 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a2669c6..a197efc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.