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.

作者 pitrou
收信人 exarkun, giampaolo.rodola, pitrou
日期 2011-02-11.10:08:29
SpamBayes Score 0.02203914
Marked as misclassified
Message-id <1297418910.83.0.110389671752.issue11183@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2011-02-11 10:08:30pitrou修改recipients: + pitrou, exarkun, giampaolo.rodola
2011-02-11 10:08:30pitrou修改messageid: <1297418910.83.0.110389671752.issue11183@psf.upfronthosting.co.za>
2011-02-11 10:08:30pitrou链接issue11183 messages
2011-02-11 10:08:29pitrou创建