commit | edb6428e43a1d5ccd0cbb9554182ed91afb0b60f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed May 28 18:38:15 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed May 28 18:38:15 2014 +0300 |
tree | d289c22420572b79086d7d032e476ccd103b068f | |
parent | 49b2086a2e1d43230bcb66dac38643b3736c24a6 [diff] [blame] |
Issue #21402: tkinter.ttk now works when default root window is not set.
diff --git a/Misc/NEWS b/Misc/NEWS index f191683..293b2ef 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Library ------- +- Issue #21402: Tkinter.ttk now works when default root window is not set. + - Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr it supports reverse() and negative indices. Original patch by Claudiu Popa.