commit | b2d8142ed1d0748ebbe44f1090ddaf2b6592facc | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Mon Nov 03 18:10:24 2008 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Mon Nov 03 18:10:24 2008 +0000 |
tree | bb5177355485d5f930b0c78293a739821e31d055 | |
parent | eeed0c78224078322ba5453607e770bad22b32db [diff] |
Merged revisions 67082 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67082 | hirokazu.yamamoto | 2008-11-04 03:03:06 +0900 | 2 lines Issue #3774: Fixed an error when create a Tkinter menu item without command and then remove it. Written by Guilherme Polo (gpolo). ........