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 Bill Collins
Recipients Bill Collins, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-04-06.10:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617704638.47.0.609458231691.issue43745@roundup.psfhosted.org>
In-reply-to
Content
>>> import sys,ssl
>>> sys.version
'3.9.4 (tags/v3.9.4:1f2e308, Apr  4 2021, 13:27:16) [MSC v.1928 64 bit (AMD64)]'
>>> ssl.OPENSSL_VERSION
'OpenSSL 1.1.1i  8 Dec 2020'

I may well be holding it wrong, but something seems off.
History
Date User Action Args
2021-04-06 10:23:58Bill Collinssetrecipients: + Bill Collins, paul.moore, tim.golden, zach.ware, steve.dower
2021-04-06 10:23:58Bill Collinssetmessageid: <1617704638.47.0.609458231691.issue43745@roundup.psfhosted.org>
2021-04-06 10:23:58Bill Collinslinkissue43745 messages
2021-04-06 10:23:58Bill Collinscreate