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 pitrou, ronaldoussoren, tarek
Date 2010-04-18.20:52:07
SpamBayes Score 0.0005148417
Marked as misclassified No
Message-id <1271623929.07.0.846290198562.issue8444@psf.upfronthosting.co.za>
In-reply-to
Content
On recent trunk and py3k you can get the real version number:
http://docs.python.org/dev/library/ssl.html#ssl.OPENSSL_VERSION

So perhaps you can first build the _ssl module, then import it to get that information.
Of course it would be much better to build against the proper headers.
History
Date User Action Args
2010-04-18 20:52:09pitrousetrecipients: + pitrou, ronaldoussoren, tarek
2010-04-18 20:52:09pitrousetmessageid: <1271623929.07.0.846290198562.issue8444@psf.upfronthosting.co.za>
2010-04-18 20:52:07pitroulinkissue8444 messages
2010-04-18 20:52:07pitroucreate