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 doko, eric.araujo, gpolo, kbk, ned.deily, roger.serwy, terry.reedy
Date 2012-02-05.07:04:50
SpamBayes Score 9.551055e-05
Marked as misclassified No
Message-id <1328425493.8.0.620693127396.issue964437@psf.upfronthosting.co.za>
In-reply-to
Content
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)?
History
Date User Action Args
2012-02-05 07:04:53terry.reedysetrecipients: + terry.reedy, doko, kbk, gpolo, ned.deily, roger.serwy, eric.araujo
2012-02-05 07:04:53terry.reedysetmessageid: <1328425493.8.0.620693127396.issue964437@psf.upfronthosting.co.za>
2012-02-05 07:04:51terry.reedylinkissue964437 messages
2012-02-05 07:04:50terry.reedycreate