STINNER Victor <[EMAIL PROTECTED]> added the comment: Oops, my previous patch didn't include changes to the documentation. New patch changes: - fix the documentation: os.popen2() => subprocess.Popen(); no more ssl() method: use socket() - use a buffer of 4096 bytes in read() method (as suggested in socket documentation) - break read() loop if read() returns an empty bytes string
Added file: http://bugs.python.org/file11796/imaplib_bytes-3.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1210> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com