diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-23 11:09:34 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-23 11:09:34 (GMT) |
commit | 475620187befa54d2a56e35acb8f1469cd6bb89b (patch) | |
tree | 19aab164eb77ebd35303742231f892dcd5c3aebf /Misc | |
parent | 5c8008e59da8da1eff9c2fc0c93ddae32f725d5f (diff) | |
parent | f01fffedd1e0ee29c4535e9b10e39c3654f159d7 (diff) | |
download | cpython-475620187befa54d2a56e35acb8f1469cd6bb89b.zip cpython-475620187befa54d2a56e35acb8f1469cd6bb89b.tar.gz cpython-475620187befa54d2a56e35acb8f1469cd6bb89b.tar.bz2 |
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
PanedWindow.paneconfigure(), and Menu.entryconfigure().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,12 @@ Core and Builtins time issue noticeable when compiling code with a large number of "and" and "or" operators. +Tests +----- + +- Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), + PanedWindow.paneconfigure(), and Menu.entryconfigure(). + - Issue #21418: Fix a crash in the builtin function super() when called without argument and without current frame (ex: embedded Python). |