Author haypo
Recipients giampaolo.rodola, haypo, hdima
Date 2008-10-14.00:29:52
SpamBayes Score 2.80749e-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:00hayposetrecipients: + haypo, hdima, giampaolo.rodola
2008-10-14 00:30:00hayposetmessageid: <1223944200.06.0.120349489362.issue3727@psf.upfronthosting.co.za>
2008-10-14 00:29:59haypolinkissue3727 messages
2008-10-14 00:29:57haypocreate