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 pitrou
Recipients exarkun, giampaolo.rodola, pitrou
Date 2011-02-11.10:08:29
SpamBayes Score 0.02203914
Marked as misclassified No
Message-id <1297418910.83.0.110389671752.issue11183@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-02-11 10:08:30pitrousetrecipients: + pitrou, exarkun, giampaolo.rodola
2011-02-11 10:08:30pitrousetmessageid: <1297418910.83.0.110389671752.issue11183@psf.upfronthosting.co.za>
2011-02-11 10:08:30pitroulinkissue11183 messages
2011-02-11 10:08:29pitroucreate