Antoine Pitrou <[email protected]> added the comment:

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.

----------
assignee: pierslauder -> 
nosy: +pitrou
resolution:  -> out of date
status: open -> closed
versions: +Python 3.3 -Python 2.7

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue2228>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to