diff options
author | Ned Deily <nad@acm.org> | 2015-03-06 01:34:24 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-03-06 01:34:24 (GMT) |
commit | ac677f3fed61bf57252ecbde0094daeaf0af607e (patch) | |
tree | 658b30777194dd745d5d076aed811e814d617902 /Misc | |
parent | 7bcf9a558817a4fce48b81cd9696aff9b961d978 (diff) | |
download | cpython-ac677f3fed61bf57252ecbde0094daeaf0af607e.zip cpython-ac677f3fed61bf57252ecbde0094daeaf0af607e.tar.gz cpython-ac677f3fed61bf57252ecbde0094daeaf0af607e.tar.bz2 |
Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,8 @@ Build - Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. +- Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. + What's New in Python 3.4.3? =========================== |