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 kbk, roger.serwy, serhiy.storchaka, terry.reedy
Date 2015-05-06.15:26:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430925977.27.0.721479362057.issue24137@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps explicitly calling NoDefaultRoot() in IDLE will help to catch some possible bugs (in IDLE or in Tkinter). It should be called only when IDLE is ran in subprocess mode, so it will not affect user code that uses Tkinter. _default_root is used mainly for interactive experiments with Tkinter.

It is worth also to call NoDefaultRoot() in IDLE tests (see Tkinter tests as a guide).
History
Date User Action Args
2015-05-06 15:26:17serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, kbk, roger.serwy
2015-05-06 15:26:17serhiy.storchakasetmessageid: <1430925977.27.0.721479362057.issue24137@psf.upfronthosting.co.za>
2015-05-06 15:26:17serhiy.storchakalinkissue24137 messages
2015-05-06 15:26:17serhiy.storchakacreate