summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-23 11:09:34 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-23 11:09:34 (GMT)
commit475620187befa54d2a56e35acb8f1469cd6bb89b (patch)
tree19aab164eb77ebd35303742231f892dcd5c3aebf /Misc
parent5c8008e59da8da1eff9c2fc0c93ddae32f725d5f (diff)
parentf01fffedd1e0ee29c4535e9b10e39c3654f159d7 (diff)
downloadcpython-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7e55c21..921941b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).