Message 74715 - Python tracker
Message74715
| 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 | <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:27 | vstinner | set | recipients: + vstinner, hdima, giampaolo.rodola |
| 2008-10-14 00:02:25 | vstinner | set | messageid: <1223942545.66.0.946476414124.issue3727@psf.upfronthosting.co.za> |
| 2008-10-14 00:02:24 | vstinner | link | issue3727 messages |
| 2008-10-14 00:02:24 | vstinner | create | |