diff options
author | Ned Deily <nad@acm.org> | 2015-03-19 23:21:10 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-03-19 23:21:10 (GMT) |
commit | f0c6cd3581831cb5f10fe8244bffb9c5f2a754b2 (patch) | |
tree | 505f0ec2020b97312fc922e317ee99011f2c6d1a /Misc | |
parent | 64c439d3aefc5da807793a204b420fdd39ab060e (diff) | |
download | cpython-f0c6cd3581831cb5f10fe8244bffb9c5f2a754b2.zip cpython-f0c6cd3581831cb5f10fe8244bffb9c5f2a754b2.tar.gz cpython-f0c6cd3581831cb5f10fe8244bffb9c5f2a754b2.tar.bz2 |
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ Build - Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. -- Issue #23593: Update OS X 10.5 installer build to use OpenSSL 1.0.2. +- Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. What's New in Python 3.4.3? |