diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-28 15:42:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-28 15:42:05 (GMT) |
commit | 24604d5b4ed0c3b4829cc11b3f43ff79babca4c6 (patch) | |
tree | 41f5204844a327ee1d3ee5f7ed93cb0a328823c4 /Misc | |
parent | af984de9233db44ecb57597a05c68a837ba10882 (diff) | |
parent | b49eff25b7af3398b44f1b5e8b29748948c22b69 (diff) | |
download | cpython-24604d5b4ed0c3b4829cc11b3f43ff79babca4c6.zip cpython-24604d5b4ed0c3b4829cc11b3f43ff79babca4c6.tar.gz cpython-24604d5b4ed0c3b4829cc11b3f43ff79babca4c6.tar.bz2 |
Issue #21402: tkinter.ttk now works when default root window is not set.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ Core and Builtins Library ------- +- Issue #21402: tkinter.ttk now works when default root window is not set. + - Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by default. |