This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Lita.Cho, gpolo, jesstess, serhiy.storchaka, zach.ware
Date 2014-07-25.20:56:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406321808.96.0.6677315361.issue21585@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Lita, but I think it would be better if all Tkinter tests will automatically run in both wantobjects=0 and wantobjects=1 modes.

As for your patch, ttk.Button() creates default root with current wantobjects value, this default root can be unintentionally used in tests with other wantobjects value. We should ensure that default root is not used in tests.
History
Date User Action Args
2014-07-25 20:56:49serhiy.storchakasetrecipients: + serhiy.storchaka, gpolo, jesstess, zach.ware, Lita.Cho
2014-07-25 20:56:48serhiy.storchakasetmessageid: <1406321808.96.0.6677315361.issue21585@psf.upfronthosting.co.za>
2014-07-25 20:56:48serhiy.storchakalinkissue21585 messages
2014-07-25 20:56:48serhiy.storchakacreate