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 r.david.murray
Recipients Shay.Rojansky, eric.smith, pierslauder, r.david.murray, terry.reedy
Date 2011-02-25.19:47:36
SpamBayes Score 4.836791e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I just wound up doing a bit of research on this for other reasons.  Piers Lauder was the original author of the imaplib module, and he is (as far as I can tell) currently maintaining an imaplib2 module that does support IDLE (but not, I think, python3).  But it does IDLE (and other things) via threads, and in the email I found announcing it he didn't think it was suitable for stdlib inclusion (because of the threading).  Piers hasn't contributed to core in quite a while as far as I can tell, but he was active in a bug report back in 2008 according to google, so I thought I'd add him to nosy and see if he has time for an opinion.
History
Date User Action Args
2011-02-25 19:47:37r.david.murraysetrecipients: + r.david.murray, terry.reedy, pierslauder, eric.smith, Shay.Rojansky
2011-02-25 19:47:37r.david.murraysetmessageid: <[email protected]>
2011-02-25 19:47:36r.david.murraylinkissue11245 messages
2011-02-25 19:47:36r.david.murraycreate