diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-26 18:06:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-26 18:06:05 (GMT) |
commit | d97c01ff2897a1d706b13d3684f8db69c8ea2ef3 (patch) | |
tree | e02646fe47725a826450bec729b647d25f6879e8 /Misc/NEWS | |
parent | e80e806b3a218799d93c33388f337bb898ced778 (diff) | |
download | cpython-d97c01ff2897a1d706b13d3684f8db69c8ea2ef3.zip cpython-d97c01ff2897a1d706b13d3684f8db69c8ea2ef3.tar.gz cpython-d97c01ff2897a1d706b13d3684f8db69c8ea2ef3.tar.bz2 |
Issue #20067: Tkinter variables now work when wantobjects is false.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Issue #20067: Tkinter variables now work when wantobjects is false. + - Issue #19020: Tkinter now uses splitlist() instead of split() in configure methods. |