From: Ned Deily Date: Fri, 6 Mar 2015 01:45:03 +0000 (-0800) Subject: Issue #23593: fix Misc/NEWS entries X-Git-Tag: v3.5.0a2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a13cb94d3aba260bfe31ccc720218ff3869b20e;p=python Issue #23593: fix Misc/NEWS entries --- 4a13cb94d3aba260bfe31ccc720218ff3869b20e diff --cc Misc/NEWS index dc2a5f65f4,197e87d143..6808d37bea --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -108,28 -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. + - Issue #23593: 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 -----------------