From: Ned Deily Date: Thu, 19 Mar 2015 23:22:14 +0000 (-0700) Subject: Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. X-Git-Tag: v3.5.0a3~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3aa2e7ba355aa0b672bd6d21733d71df6668545;p=thirdparty%2FPython%2Fcpython.git Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. --- b3aa2e7ba355aa0b672bd6d21733d71df6668545 diff --cc Misc/NEWS index c99a1c95d34d,ad611562dade..33751e7745b1 --- a/Misc/NEWS +++ 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 -----------------