summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-11-03 18:03:06 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-11-03 18:03:06 (GMT)
commitb9828f67b8d012093cd67e8b0679dc55864cf94e (patch)
treefb720b27a6e948cfe5f1de009a950ceb51ccece0 /Misc
parent6624a9fdddc3d77a426173f22ab941e8e279dec7 (diff)
downloadcpython-b9828f67b8d012093cd67e8b0679dc55864cf94e.zip
cpython-b9828f67b8d012093cd67e8b0679dc55864cf94e.tar.gz
cpython-b9828f67b8d012093cd67e8b0679dc55864cf94e.tar.bz2
Issue #3774: Fixed an error when create a Tkinter menu item without command
and then remove it. Written by Guilherme Polo (gpolo).
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 8dd9ffb..1aa57c8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Core and Builtins
Library
-------
+- Issue #3774: Fixed an error when create a Tkinter menu item without command
+ and then remove it.
+
- Fixed a modulefinder crash on certain relative imports.
- Issue #4150: Pdb's "up" command now works for generator frames in post-mortem