[issue20072] Ttk tests fail when wantobjects is false

2014-01-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue20072] Ttk tests fail when wantobjects is false

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2d81d0d42ae2 by Serhiy Storchaka in branch '3.3': Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. http://hg.python.org/cpython/rev/2d81d0d42ae2 New changeset 1628cd94db52 by Serhiy Storchaka in branch 'default': Issue #2007

[issue20072] Ttk tests fail when wantobjects is false

2013-12-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Proposed patch fixes tkinter so that it now works when wantobjects is false (at least functions and methods return more sensible results) and fixes ttk tests so they conform to current behavior. If wantobjects is true, the behavior should not be changed. --

[issue20072] Ttk tests fail when wantobjects is false

2013-12-26 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Ttk tests fail when wantobjects is false. See attached log file. -- assignee: serhiy.storchaka components: Tkinter files: test_ttk_guionly.log messages: 206951 nosy: gpolo, serhiy.storchaka priority: normal severity: normal status: open title: Ttk te