[New-bugs-announce] [issue21585] Run Tkinter tests with wantobjects=False
Serhiy Storchaka
report at bugs.python.org
Mon May 26 22:53:59 CEST 2014
New submission from Serhiy Storchaka:
The wantobjects attribute of the tkinter module is True by default, and all Tkinter tests run with wantobjects=True. We need to test Tkinter with wantobjects=False too. All Tkinter tests should be ran twice, in both mode.
----------
components: Tests, Tkinter
messages: 219178
nosy: gpolo, serhiy.storchaka, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Run Tkinter tests with wantobjects=False
type: enhancement
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21585>
_______________________________________
More information about the New-bugs-announce
mailing list