From: Serhiy Storchaka Date: Fri, 20 Sep 2013 20:24:20 +0000 (+0300) Subject: Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call X-Git-Tag: v3.4.0a3~39^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dac8b8b7a6540344aee5c4b84a9963890890a5e3;p=python Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call returned empty string. --- dac8b8b7a6540344aee5c4b84a9963890890a5e3 diff --cc Misc/NEWS index b03ea3fa9b,c3d9e9ed77..2fd27a4330 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -12,6 -68,12 +12,9 @@@ Core and Builtin Library ------- + - Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call + returned empty string. + -- Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 - binaries. - - 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.