mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Issue #24642: Adds installer notes and links to What's New for 3.5
This commit is contained in:
parent
af75a54193
commit
313fbf4548
1 changed files with 10 additions and 0 deletions
|
@ -117,6 +117,14 @@ Security improvements:
|
||||||
|
|
||||||
* None yet.
|
* 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.
|
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_Calloc`
|
||||||
* :c:func:`_PyObject_GC_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
|
Deprecated
|
||||||
==========
|
==========
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue