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: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:00vstinnersetrecipients: + vstinner, hdima, giampaolo.rodola
2008-10-14 00:30:00vstinnersetmessageid: <1223944200.06.0.120349489362.issue3727@psf.upfronthosting.co.za>
2008-10-14 00:29:59vstinnerlinkissue3727 messages
2008-10-14 00:29:57vstinnercreate