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 martin.panter
Recipients docs@python, jon orebro, martin.panter
Date 2015-11-16.22:17:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447712261.09.0.981042626181.issue25633@psf.upfronthosting.co.za>
In-reply-to
Content
Closely related: Issue 22797 proposes documenting some circumstances where ValueError is raised directly. Perhaps you can review and enhance the patch already there.

Also related:

Issue 13736 proposes to wrap http.client exceptions (which I disagree with), and add extra wrapping for socket.error (which I may agree with for consistency), and document existing “exception leaks”.

Issue 6471 discusses awkwardnesses of getting at the underlying exception that URLError wraps.
History
Date User Action Args
2015-11-16 22:17:41martin.pantersetrecipients: + martin.panter, docs@python, jon orebro
2015-11-16 22:17:41martin.pantersetmessageid: <1447712261.09.0.981042626181.issue25633@psf.upfronthosting.co.za>
2015-11-16 22:17:41martin.panterlinkissue25633 messages
2015-11-16 22:17:40martin.pantercreate