summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-03-06 01:43:26 (GMT)
committerNed Deily <nad@acm.org>2015-03-06 01:43:26 (GMT)
commit8c51fedcdffcdca46eb7420325cf69c1da2d30be (patch)
treed5d31da485dcfeadda0e16014dd8e84b33e5ec3d
parent59439d8f0d0fc070dc9f505777119187b7a98626 (diff)
downloadcpython-8c51fedcdffcdca46eb7420325cf69c1da2d30be.zip
cpython-8c51fedcdffcdca46eb7420325cf69c1da2d30be.tar.gz
cpython-8c51fedcdffcdca46eb7420325cf69c1da2d30be.tar.bz2
Issue #23593: fix Misc/NEWS entries
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fb73bd9..e24d40c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----