Author haypo
Recipients giampaolo.rodola, haypo, hdima
Date 2008-10-14.00:02:17
SpamBayes Score 8.67378e-05
Marked as misclassified No
Message-id <1223942545.66.0.946476414124.issue3727@psf.upfronthosting.co.za>
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:27hayposetrecipients: + haypo, hdima, giampaolo.rodola
2008-10-14 00:02:25hayposetmessageid: <1223942545.66.0.946476414124.issue3727@psf.upfronthosting.co.za>
2008-10-14 00:02:24haypolinkissue3727 messages
2008-10-14 00:02:24haypocreate