[New-bugs-announce] [issue11183] Finer-grained exceptions for the ssl module

Antoine Pitrou report at bugs.python.org
Fri Feb 11 11:08:30 CET 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

pyOpenSSL (*) has the good idea of defining exception subclasses for the various OpenSSL error codes (ZeroReturnError, WantReadError, etc.). The ssl module could do the same.

(*) http://packages.python.org/pyOpenSSL/openssl-ssl.html

----------
components: Library (Lib)
messages: 128370
nosy: exarkun, giampaolo.rodola, pitrou
priority: normal
severity: normal
status: open
title: Finer-grained exceptions for the ssl module
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11183>
_______________________________________


More information about the New-bugs-announce mailing list