Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),

PanedWindow.paneconfigure(), and Menu.entryconfigure().
This commit is contained in:
Serhiy Storchaka 2014-05-23 14:08:43 +03:00
parent 9961405ed1
commit f01fffedd1
2 changed files with 187 additions and 0 deletions

View file

@ -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?
===========================