Message186346
| Author | pitrou |
|---|---|
| Recipients | asvetlov, atykhonov, georg.brandl, pitrou |
| Date | 2013-04-08.20:42:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1365453731.47.0.137422415994.issue17650@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
A bit in detail: - ENOTCONN is a programming error, so there's no use actually catching it (you should fix the bug instead when you encounter it) - EINVAL could be a candidate, but unfortunately it would clash quite nastily with ValueError and lead to confusion; therefore I think it's better not wrapping it |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-04-08 20:42:11 | pitrou | set | recipients: + pitrou, georg.brandl, asvetlov, atykhonov |
| 2013-04-08 20:42:11 | pitrou | set | messageid: <1365453731.47.0.137422415994.issue17650@psf.upfronthosting.co.za> |
| 2013-04-08 20:42:11 | pitrou | link | issue17650 messages |
| 2013-04-08 20:42:11 | pitrou | create | |