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 pitrou
Recipients aaronkaplan, jafo, pierslauder, pitrou, sandro.tosi
Date 2011-02-10.21:58:21
SpamBayes Score 2.2993298e-05
Marked as misclassified No
Message-id <1297375102.14.0.384841297821.issue2228@psf.upfronthosting.co.za>
In-reply-to
Content
The part which is replaced by that patch (the readline() method in IMAP4_SSL) doesn't exist anymore in current imaplib code. Instead the file-like object created by socket.makefile() is used; its readline() method is probably quite faster than any pure Python implementation.
History
Date User Action Args
2011-02-10 21:58:22pitrousetrecipients: + pitrou, jafo, pierslauder, aaronkaplan, sandro.tosi
2011-02-10 21:58:22pitrousetmessageid: <1297375102.14.0.384841297821.issue2228@psf.upfronthosting.co.za>
2011-02-10 21:58:21pitroulinkissue2228 messages
2011-02-10 21:58:21pitroucreate