[Python-checkins] devguide: Issue #26624: Adds recommendation to install updates of VS 2015.

steve.dower python-checkins at python.org
Tue Apr 12 23:15:31 EDT 2016


https://hg.python.org/devguide/rev/a352f7e96f85
changeset:   794:a352f7e96f85
user:        Steve Dower <steve.dower at microsoft.com>
date:        Tue Apr 12 20:15:19 2016 -0700
summary:
  Issue #26624: Adds recommendation to install updates of VS 2015.

files:
  setup.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -233,7 +233,8 @@
 
 **Python 3.5** and later use Microsoft Visual Studio 2015.  You can download
 and use any of the free or paid versions of `Visual Studio 2015
-<https://www.visualstudio.com/>`_.
+<https://www.visualstudio.com/>`_. Installing the latest updates is also
+recommended.
 
 Python 3.3 and 3.4 use Microsoft Visual Studio 2010.  You can download
 Microsoft Visual Studio 2010 Express with an `MSDN subscription

-- 
Repository URL: https://hg.python.org/devguide


More information about the Python-checkins mailing list