summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-28 15:42:05 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-28 15:42:05 (GMT)
commit24604d5b4ed0c3b4829cc11b3f43ff79babca4c6 (patch)
tree41f5204844a327ee1d3ee5f7ed93cb0a328823c4 /Misc
parentaf984de9233db44ecb57597a05c68a837ba10882 (diff)
parentb49eff25b7af3398b44f1b5e8b29748948c22b69 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f2870c6..f2bd7b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.