- 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
-----------------