summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-09-23 20:20:07 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-09-23 20:20:07 (GMT)
commit369606df2f9235e8e9bce1feabf1ac48c889f8d5 (patch)
tree14947a537f0f6f04f94f9673398d3f1d7a6b024a /Misc
parent587b30571d8dff63f602ac303659988d7c2ddea3 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c3d9e9e..3b232f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.