Message177174
| Author | asvetlov |
|---|---|
| Recipients | asvetlov |
| Date | 2012-12-08.19:35:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1354995347.5.0.732021100427.issue16648@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
http://www.python.org/dev/peps/pep-3151 define exception classes like ConnectionError and BrokenPipeError We need to refactor stdlib to use that shiny new exceptions instead of checking errno values if possible. Also maybe we need to add some absent exceptions. I guess NotConnectedError for ENOTCONN, which should be ConnectionError subclass. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-08 19:35:47 | asvetlov | set | recipients: + asvetlov |
| 2012-12-08 19:35:47 | asvetlov | set | messageid: <1354995347.5.0.732021100427.issue16648@psf.upfronthosting.co.za> |
| 2012-12-08 19:35:47 | asvetlov | link | issue16648 messages |
| 2012-12-08 19:35:47 | asvetlov | create | |