summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-07-17 23:48:48 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-07-17 23:48:48 (GMT)
commit313fbf45486ab047877589f26c77b745c8fcb9ab (patch)
tree8e2282038a07177c304a0300934469aa90c2829b /Doc/whatsnew
parentaf75a54193891384b19ebdf1f26cbcf965717a10 (diff)
downloadcpython-313fbf45486ab047877589f26c77b745c8fcb9ab.zip
cpython-313fbf45486ab047877589f26c77b745c8fcb9ab.tar.gz
cpython-313fbf45486ab047877589f26c77b745c8fcb9ab.tar.bz2
Issue #24642: Adds installer notes and links to What's New for 3.5
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.5.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index a6d4859..d80be02 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -117,6 +117,14 @@ Security improvements:
* None yet.
+Windows improvements:
+
+* A new installer for Windows has replaced the old MSI. See :ref:`using-on-windows`
+ for more information.
+* Windows builds now use Microsoft Visual C++ 14.0, and extension modules
+ should use the same.
+
+
Please read on for a comprehensive list of user-facing changes.
@@ -850,6 +858,8 @@ Changes to Python's build process and to the C API include:
* :c:func:`PyObject_Calloc`
* :c:func:`_PyObject_GC_Calloc`
+* Windows builds now require Microsoft Visual C++ 14.0, which
+ is available as part of `Visual Studio 2015 <http://www.visualstudio.com>`_.
Deprecated
==========