From: Serhiy Storchaka Date: Fri, 23 May 2014 11:09:34 +0000 (+0300) Subject: Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), X-Git-Tag: v3.5.0a1~1614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=475620187befa54d2a56e35acb8f1469cd6bb89b;p=python Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), PanedWindow.paneconfigure(), and Menu.entryconfigure(). --- 475620187befa54d2a56e35acb8f1469cd6bb89b diff --cc Misc/NEWS index 7e55c2138a,a32df2e2c8..921941b513 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -15,6 -15,21 +15,12 @@@ Core and Builtin 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? -=========================== - -Release date: 2014-05-18 - -Core and Builtins ------------------ - - Issue #21418: Fix a crash in the builtin function super() when called without argument and without current frame (ex: embedded Python).