]> granicus.if.org Git - python/commitdiff
Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Sep 2013 20:24:20 +0000 (23:24 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Sep 2013 20:24:20 +0000 (23:24 +0300)
returned empty string.

1  2 
Misc/NEWS
Modules/_tkinter.c

diff --cc Misc/NEWS
index b03ea3fa9b8ddc0c0f00370dc41ca876ca717b88,c3d9e9ed776dc3b8fc6e02b5e3640ab447c6a090..2fd27a433016e87e3828c36d6e77583b354a71e5
+++ b/Misc/NEWS
@@@ -12,6 -68,12 +12,9 @@@ Core and Builtin
  Library
  -------
  
 -- Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0
 -  binaries.
 -
+ - Issue #3015: Fixed tkinter with wantobject=False.  Any Tcl command call
+   returned empty string.
  - Issue #19037: The mailbox module now makes all changes to maildir files
    before moving them into place, to avoid race conditions with other programs
    that may be accessing the maildir directory.
Simple merge