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, pitrou
日期 2012-05-16.22:45:36
SpamBayes Score -1.0
Marked as misclassified
Message-id <1337208339.28.0.379758124204.issue14837@psf.upfronthosting.co.za>
In-reply-to
内容
This patch tries to provide better SSL errors by using OpenSSL's official mnemonics. The sub-library mnemonic (e.g. "SSL", "PEM"...) is provided as the "library" attribute on an exception, and the reason mnemonic (e.g. "CERTIFICATE_VERIFY_FAILED") is provided as the "reason" attribute.

I'm welcoming of any comments or suggestions.
历史
日期 用户 动作 参数
2012-05-16 22:45:40pitrou修改recipients: + pitrou, exarkun
2012-05-16 22:45:39pitrou修改messageid: <1337208339.28.0.379758124204.issue14837@psf.upfronthosting.co.za>
2012-05-16 22:45:38pitrou链接issue14837 messages
2012-05-16 22:45:38pitrou创建