diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-23 20:20:07 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-23 20:20:07 (GMT) |
commit | 369606df2f9235e8e9bce1feabf1ac48c889f8d5 (patch) | |
tree | 14947a537f0f6f04f94f9673398d3f1d7a6b024a /Misc | |
parent | 587b30571d8dff63f602ac303659988d7c2ddea3 (diff) | |
download | cpython-369606df2f9235e8e9bce1feabf1ac48c889f8d5.zip cpython-369606df2f9235e8e9bce1feabf1ac48c889f8d5.tar.gz cpython-369606df2f9235e8e9bce1feabf1ac48c889f8d5.tar.bz2 |
Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ Core and Builtins Library ------- +- Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. + - Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call returned empty string. |