diff options
author | Ned Deily <nad@acm.org> | 2015-03-06 01:43:26 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-03-06 01:43:26 (GMT) |
commit | 8c51fedcdffcdca46eb7420325cf69c1da2d30be (patch) | |
tree | d5d31da485dcfeadda0e16014dd8e84b33e5ec3d | |
parent | 59439d8f0d0fc070dc9f505777119187b7a98626 (diff) | |
download | cpython-8c51fedcdffcdca46eb7420325cf69c1da2d30be.zip cpython-8c51fedcdffcdca46eb7420325cf69c1da2d30be.tar.gz cpython-8c51fedcdffcdca46eb7420325cf69c1da2d30be.tar.bz2 |
Issue #23593: fix Misc/NEWS entries
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ Build - Issue #23032: Fix installer build failures on OS X 10.4 Tiger by disabling assembly code in the OpenSSL build. -- Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. +- Issue #23593: Update OS X 10.5 installer build to use OpenSSL 1.0.2. C API ----- |