[issue1210] imaplib does not run under Python 3
STINNER Victor
report at bugs.python.org
Wed Oct 15 00:43:32 CEST 2008
STINNER Victor <victor.stinner at haypocalc.com> 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 <report at bugs.python.org>
<http://bugs.python.org/issue1210>
_______________________________________
More information about the Python-bugs-list
mailing list