| commit | 4f0e1674146f176446be067d988557d8a1a829d7 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Fri May 23 14:08:31 2014 +0300 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Fri May 23 14:08:31 2014 +0300 |
| tree | 930b6a3113b640545cce016656d0bff7c80ffd47 | |
| parent | f19771f831d991beaa625723b9387d026b1329b3 [diff] [blame] |
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), PanedWindow.paneconfigure(), and Menu.entryconfigure().
diff --git a/Misc/NEWS b/Misc/NEWS index 2d59eeb..aedc1d7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Tests ----- +- Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), + PanedWindow.paneconfigure(), and Menu.entryconfigure(). + - Issue #20635: Added tests for Tk geometry managers.