diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-25 16:52:13 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-25 16:52:13 +0300 |
commit | 1aca3899fb6d30724c9dba14b6503fbe6dc8f5dc (patch) | |
tree | 1c076bce820bfed032250e9f9c058e367ad1e943 /Misc | |
parent | a653196585363955092e7af6b80483672ccfe581 (diff) | |
parent | e6f0199c190754cf0da60f98f85e2503109e692d (diff) | |
download | cpython-git-1aca3899fb6d30724c9dba14b6503fbe6dc8f5dc.tar.gz |
Issue #27611: Fixed support of default root window in the tkinter.tix module.
Added the master parameter in the DisplayStyle constructor.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ Core and Builtins Library ------- +- Issue #27611: Fixed support of default root window in the tkinter.tix module. + Added the master parameter in the DisplayStyle constructor. + - Issue #27348: In the traceback module, restore the formatting of exception messages like "Exception: None". This fixes a regression introduced in 3.5a2. |