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 Safihre
Recipients Mariatta, Safihre, alex, benjamin.peterson, christian.heimes, dstufft, janssen, larry, matrixise, ned.deily, paul.moore, python-dev, ronaldoussoren, scw, steve.dower, tim.golden, zach.ware
Date 2016-12-12.14:22:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481552532.61.0.120883490116.issue28248@psf.upfronthosting.co.za>
In-reply-to
Content
From the changelog I interpreted this to mean that Python would now use OpenSSL 1.0.2j on macOS for it's ssl module.
But this is not the case?
On a fresh macOS Sierra VM I get:

Python 2.7.13rc1 (v2.7.13rc1:4d6fd49eeb14, Dec  3 2016, 13:01:23) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl
>>> ssl.OPENSSL_VERSION
'OpenSSL 0.9.8zh 14 Jan 2016'
History
Date User Action Args
2016-12-12 14:22:12Safihresetrecipients: + Safihre, paul.moore, ronaldoussoren, janssen, larry, christian.heimes, tim.golden, benjamin.peterson, ned.deily, alex, python-dev, zach.ware, steve.dower, dstufft, matrixise, scw, Mariatta
2016-12-12 14:22:12Safihresetmessageid: <1481552532.61.0.120883490116.issue28248@psf.upfronthosting.co.za>
2016-12-12 14:22:12Safihrelinkissue28248 messages
2016-12-12 14:22:12Safihrecreate