mirror of
https://github.com/python/cpython.git
synced 2025-11-23 11:57:09 +00:00
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:
parent
6624a9fddd
commit
b9828f67b8
2 changed files with 16 additions and 11 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue