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:18 | kristjan.jonsson | set | recipients: + kristjan.jonsson |
| 2009-01-13 11:31:17 | kristjan.jonsson | set | messageid: <1231846277.69.0.939046025781.issue4929@psf.upfronthosting.co.za> |
| 2009-01-13 11:31:16 | kristjan.jonsson | link | issue4929 messages |
| 2009-01-13 11:31:15 | kristjan.jonsson | create | |