Terry J. Reedy <tjre...@udel.edu> added the comment:

I retried and get same behavior: help closes with closing of edit window and 
trying to reopen from shell closes idle with about 2 second delay.
Does this
+        if self.root:
+            parent = self.root
+        else:
+            parent = self.top
really do what you claimed? (always attach to root rather than toplevel)?

----------

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

Reply via email to