From: Ned Deily Date: Fri, 6 Mar 2015 01:44:10 +0000 (-0800) Subject: Issue #23593: fix Misc/NEWS entries X-Git-Tag: v3.5.0a2~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5a23223f0def31c5e509fb9329cc5520c4552e3;p=thirdparty%2FPython%2Fcpython.git Issue #23593: fix Misc/NEWS entries --- diff --git a/Misc/NEWS b/Misc/NEWS index fccf8460dd91..197e87d1433d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -71,7 +71,7 @@ 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. +- Issue #23593: Update OS X 10.5 installer build to use OpenSSL 1.0.2. What's New in Python 3.4.3?