diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-11-03 18:03:06 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-11-03 18:03:06 (GMT) |
commit | b9828f67b8d012093cd67e8b0679dc55864cf94e (patch) | |
tree | fb720b27a6e948cfe5f1de009a950ceb51ccece0 /Misc | |
parent | 6624a9fdddc3d77a426173f22ab941e8e279dec7 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |