mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
PanedWindow.paneconfigure(), and Menu.entryconfigure().
This commit is contained in:
parent
9961405ed1
commit
f01fffedd1
2 changed files with 187 additions and 0 deletions
|
|
@ -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?
|
||||
===========================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue