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 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:47asvetlovsetrecipients: + asvetlov
2012-12-08 19:35:47asvetlovsetmessageid: <1354995347.5.0.732021100427.issue16648@psf.upfronthosting.co.za>
2012-12-08 19:35:47asvetlovlinkissue16648 messages
2012-12-08 19:35:47asvetlovcreate