Message 74717 - Python tracker
Message74717
| Author | vstinner |
|---|---|
| Recipients | giampaolo.rodola, hdima, vstinner |
| Date | 2008-10-14.00:29:52 |
| SpamBayes Score | 2.8074936e-07 |
| Marked as misclassified | No |
| Message-id | <1223944200.06.0.120349489362.issue3727@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
New version:
- remove duplicate methods of POP3_SSL()
- use makefile('r', encoding=self.encoding) to get a nice text
wrapper with universal newline
- remove newline conversion (done by TextIOWrapper)
Finally my patch removes more code in poplib.py than it adds :-D I
like such patch.
Python3 new I/O library rocks! |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-14 00:30:00 | vstinner | set | recipients: + vstinner, hdima, giampaolo.rodola |
| 2008-10-14 00:30:00 | vstinner | set | messageid: <1223944200.06.0.120349489362.issue3727@psf.upfronthosting.co.za> |
| 2008-10-14 00:29:59 | vstinner | link | issue3727 messages |
| 2008-10-14 00:29:57 | vstinner | create | |