◐ Shell
clean mode source ↗

Message 79732 - Python tracker

Message79732

Author kristjan.jonsson
Recipients kristjan.jonsson
Date 2009-01-13.11:31:12
SpamBayes Score 0.4842938
Marked as misclassified No
Message-id <1231846277.69.0.939046025781.issue4929@psf.upfronthosting.co.za>
In-reply-to
Content
the SMPT.getreply() method doesn't check for socket.error when doing its 
readline() call.  We now check for connection reset and others that can 
occur here and properly close.  This is to comply with the documentation 
that doesn't specify socket.error as part of the exceptions raised.
History
Date User Action Args
2009-01-13 11:31:18kristjan.jonssonsetrecipients: + kristjan.jonsson
2009-01-13 11:31:17kristjan.jonssonsetmessageid: <1231846277.69.0.939046025781.issue4929@psf.upfronthosting.co.za>
2009-01-13 11:31:16kristjan.jonssonlinkissue4929 messages
2009-01-13 11:31:15kristjan.jonssoncreate