]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #23594: merge 3.4
authorNed Deily <nad@acm.org>
Fri, 6 Mar 2015 01:37:11 +0000 (17:37 -0800)
committerNed Deily <nad@acm.org>
Fri, 6 Mar 2015 01:37:11 +0000 (17:37 -0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 1294a4d3c4a27edd534f17b3c767f480f030d89d,fccf8460dd91c94dbf8807ef22088a96bba34528..dc2a5f65f4a0840d8dfd3ce9f47ef2901fbbd554
+++ b/Misc/NEWS
@@@ -108,26 -71,13 +108,28 @@@ Buil
  - 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.
 +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
  -----------------