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 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:11pitrousetrecipients: + pitrou, georg.brandl, asvetlov, atykhonov
2013-04-08 20:42:11pitrousetmessageid: <1365453731.47.0.137422415994.issue17650@psf.upfronthosting.co.za>
2013-04-08 20:42:11pitroulinkissue17650 messages
2013-04-08 20:42:11pitroucreate