summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapimodule.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-07 17:30:36 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-07 17:30:36 (GMT)
commit985b8dbe115f85ad10567a70645db6eeb9c2a33a (patch)
tree8f86b9323ec5966520b4c34829ed595cb1fe3126 /Modules/_testcapimodule.c
parent9ca21b3e1d0cd350fd73b2fa661a666631dd4efc (diff)
parenta21acb5d95841e7d2c8491f40189a853cb7b5df4 (diff)
downloadcpython-985b8dbe115f85ad10567a70645db6eeb9c2a33a.zip
cpython-985b8dbe115f85ad10567a70645db6eeb9c2a33a.tar.gz
cpython-985b8dbe115f85ad10567a70645db6eeb9c2a33a.tar.bz2
Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.
* Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and LabelFrame.panes() now always return a tuple. * Fixed error of comparing str and int in tt.LabeledScale._adjust(). * ttk.Notebook.index() now always returns int. * ttk.Notebook.tabs() now always returns a tuple. * ttk.Entry.bbox() now always returns a tuple of ints. * ttk.Entry.validate() now always correctly works. * ttk.Combobox.current() now always returns int. * ttk.Panedwindow.sashpos() now always returns int. * ttk.Treeview.bbox() now always returns a tuple of ints. * ttk.Treeview.get_children() now always returns a tuple. * ttk.Treeview.exists() now always correctly works. * ttk.Treeview.index() now always returns int. * ttk.Treeview.tag_has() now always returns 0 or 1. * And numerous other errors in methods which returns a tuple, list or dict. * Fixed ttk tests for wantobjects is False.
Diffstat (limited to 'Modules/_testcapimodule.c')
0 files changed, 0 insertions, 0 deletions