New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue11183> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com