summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-23 11:08:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-23 11:08:43 (GMT)
commitf01fffedd1e0ee29c4535e9b10e39c3654f159d7 (patch)
treecd23d89164e85abb3d0fc0781dd3cc6532058164 /Misc
parent9961405ed122c0f91b063f3237ad47278ae72f62 (diff)
downloadcpython-f01fffedd1e0ee29c4535e9b10e39c3654f159d7.zip
cpython-f01fffedd1e0ee29c4535e9b10e39c3654f159d7.tar.gz
cpython-f01fffedd1e0ee29c4535e9b10e39c3654f159d7.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 c103386..a32df2e 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().
+
What's New in Python 3.4.1?
===========================