Issue 20072: Ttk tests fail when wantobjects is false (original) (raw)

Issue20072

Created on 2013-12-26 18:20 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_ttk_guionly.log serhiy.storchaka,2013-12-26 18:20
test_ttk_wantobjects.patch serhiy.storchaka,2013-12-26 18:38 review
Messages (3)
msg206951 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-12-26 18:20
Ttk tests fail when wantobjects is false. See attached log file.
msg206952 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-12-26 18:38
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.
msg207569 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-01-07 17:33
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 #20072: Fixed multiple errors in tkinter with wantobjects is False. http://hg.python.org/cpython/rev/1628cd94db52 New changeset 89b3836f7378 by Serhiy Storchaka in branch '2.7': Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. http://hg.python.org/cpython/rev/89b3836f7378
History
Date User Action Args
2022-04-11 14:57:55 admin set github: 64271
2014-01-10 21:56:30 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2014-01-07 17:33:29 python-dev set nosy: + python-devmessages: +
2013-12-26 18:38:55 serhiy.storchaka set files: + test_ttk_wantobjects.patchkeywords: + patchmessages: + stage: patch review
2013-12-26 18:20:06 serhiy.storchaka create