[Python-checkins] cpython (3.4): Issue #23593: fix Misc/NEWS entries

ned.deily python-checkins at python.org
Fri Mar 6 02:45:42 CET 2015


https://hg.python.org/cpython/rev/da3fe5fda078
changeset:   94877:da3fe5fda078
branch:      3.4
parent:      94874:b2f3a44dbe1b
user:        Ned Deily <nad at acm.org>
date:        Thu Mar 05 17:44:10 2015 -0800
summary:
  Issue #23593: fix Misc/NEWS entries

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,7 +71,7 @@
 - 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.
+- Issue #23593: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
 
 
 What's New in Python 3.4.3?

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list