Issue #3774: Fixed an error when create a Tkinter menu item without command

and then remove it. Written by Guilherme Polo (gpolo).
This commit is contained in:
Hirokazu Yamamoto 2008-11-03 18:03:06 +00:00
parent 6624a9fddd
commit b9828f67b8
2 changed files with 16 additions and 11 deletions

View file

@ -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