]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
authorNed Deily <nad@acm.org>
Thu, 19 Mar 2015 23:22:14 +0000 (16:22 -0700)
committerNed Deily <nad@acm.org>
Thu, 19 Mar 2015 23:22:14 +0000 (16:22 -0700)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index c99a1c95d34d2486672b383a9147b946a34c6c9a,ad611562dade37cce294725ccc0a2595ea33c9e3..33751e7745b181a540ac564b37ac5a0e8857174d
+++ b/Misc/NEWS
@@@ -208,28 -101,13 +208,28 @@@ Buil
  - Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
    the resulting executable faster.
  
- - Issue #23593: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
+ - Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
  
 +C API
 +-----
 +
 +- Issue #20204: Deprecation warning is now raised for builtin type without the
 +  __module__ attribute.
 +
 +Windows
 +-------
 +
 +- Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual
 +  environments. Patch by Paul Moore.
 +
 +- Issue #23437: Make user scripts directory versioned on Windows. Patch by Paul
 +  Moore.
  
 -What's New in Python 3.4.3?
 -===========================
  
 -Release date: 2015-02-23
 +What's New in Python 3.5 alpha 1?
 +=================================
 +
 +Release date: 2015-02-08
  
  Core and Builtins
  -----------------