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 benjamin.peterson, flox, giampaolo.rodola, janssen, pitrou
Date 2010-04-05.20:42:50
SpamBayes Score 0.0021569622
Marked as misclassified No
Message-id <1270500175.51.0.74783261026.issue8321@psf.upfronthosting.co.za>
In-reply-to
Content
This patch gives access to the OpenSSL version the _ssl module is linked against, through three attributes: one gives the raw integer, another the decoded 5-tuple of ints, the last one the version string as returned by OpenSSL.
History
Date User Action Args
2010-04-05 20:42:55pitrousetrecipients: + pitrou, janssen, giampaolo.rodola, benjamin.peterson, flox
2010-04-05 20:42:55pitrousetmessageid: <1270500175.51.0.74783261026.issue8321@psf.upfronthosting.co.za>
2010-04-05 20:42:52pitroulinkissue8321 messages
2010-04-05 20:42:52pitroucreate