This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients giampaolo.rodola, hdima, vstinner
Date 2008-10-14.00:02:17
SpamBayes Score 8.6737804e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-14 00:02:27vstinnersetrecipients: + vstinner, hdima, giampaolo.rodola
2008-10-14 00:02:25vstinnersetmessageid: <[email protected]>
2008-10-14 00:02:24vstinnerlinkissue3727 messages
2008-10-14 00:02:24vstinnercreate