STINNER Victor <[EMAIL PROTECTED]> added the comment: New version: - fix SSL: self.file contains the SSL socket and not the raw socket! - upgrade test_poplib.py from Python trunk
poplib should be refactored to reuse the new IO library. But I don't know how to build a TextIO wrapper for a socket. Using TextIO, it would be possible to remove newline (CR/LF) and unicode encoding/decoding code. Added file: http://bugs.python.org/file11780/poplib_unicode-3.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3727> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com