New submission from Serhiy Storchaka:

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).

----------
components: IDLE, Tkinter
messages: 242680
nosy: kbk, roger.serwy, serhiy.storchaka, terry.reedy
priority: normal
severity: normal
status: open
title: Force not using _default_root in IDLE
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24137>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to