]> granicus.if.org Git - python/commit
Issue #3774: Fixed an error when create a Tkinter menu item without command
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 3 Nov 2008 18:18:08 +0000 (18:18 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 3 Nov 2008 18:18:08 +0000 (18:18 +0000)
commit007ee17e21eeb3dcbb515efa1436f3f669aad2fc
treeb13d525b3520729bab86b61d4bd2323a22f05d1a
parent6f08e85ad97fc99dde46848167fa3310c4275c32
Issue #3774: Fixed an error when create a Tkinter menu item without command
and then remove it. Written by Guilherme Polo (gpolo). Backport of r67082.
Lib/lib-tk/Tkinter.py
Misc/NEWS