[issue2228] Imaplib speedup patch

Antoine Pitrou report at bugs.python.org
Thu Feb 10 22:58:22 CET 2011


Antoine Pitrou <pitrou at free.fr> 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 <report at bugs.python.org>
<http://bugs.python.org/issue2228>
_______________________________________


More information about the Python-bugs-list mailing list