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 terry.reedy
Recipients Todd.Rovito, ezio.melotti, terry.reedy
Date 2013-06-04.01:35:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370309756.18.0.815635930954.issue18103@psf.upfronthosting.co.za>
In-reply-to
Content
My experiments and some web postings indicate that if a tkinter class has a master or parent option, it may not really be an option, regardless of what our docs imply. If tkinter.Tk is called either directly or indirectly, the graphics system is initiated and something is displayed. This appears to includes the seemingly non-graphics Variable (Var) classes such as IntVar (#18131). I started idle_lib/mock_tk.py as part of #18130. This will allow non-gui unit testing of any method whose tkinter use is limited to Vars and message boxes.
History
Date User Action Args
2013-06-04 01:35:56terry.reedysetrecipients: + terry.reedy, ezio.melotti, Todd.Rovito
2013-06-04 01:35:56terry.reedysetmessageid: <1370309756.18.0.815635930954.issue18103@psf.upfronthosting.co.za>
2013-06-04 01:35:56terry.reedylinkissue18103 messages
2013-06-04 01:35:55terry.reedycreate