diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-20 20:21:44 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-20 20:21:44 (GMT) |
commit | 31f477c7eb831f044c1628d6d9acf86f6881cead (patch) | |
tree | 564a1aa9720c4bcfa231b9aaf4ed46fdb4fcf8d9 /Misc | |
parent | c8bf95cfc58d92c365abd4c958feb15f872b2a29 (diff) | |
download | cpython-31f477c7eb831f044c1628d6d9acf86f6881cead.zip cpython-31f477c7eb831f044c1628d6d9acf86f6881cead.tar.gz cpython-31f477c7eb831f044c1628d6d9acf86f6881cead.tar.bz2 |
Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call
returned empty string.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,6 +68,9 @@ Core and Builtins 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. |