[Python-checkins] cpython (3.4): Fix MSVC edition mismatch.

zach.ware python-checkins at python.org
Mon Jul 7 21:32:13 CEST 2014


http://hg.python.org/cpython/rev/0f6ab6add658
changeset:   91590:0f6ab6add658
branch:      3.4
parent:      91587:f8deaac44ed4
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Jul 07 14:31:34 2014 -0500
summary:
  Fix MSVC edition mismatch.

files:
  PCbuild/readme.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -46,7 +46,7 @@
     development of CPython, you will most likely use this configuration.
 PGInstrument, PGUpdate
     Used to build Python in Release configuration using PGO, which
-    requires Professional Edition of Visual Studio.  See the "Profile
+    requires Premium Edition of Visual Studio.  See the "Profile
     Guided Optimization" section below for more information.  Build
     output from each of these configurations lands in its own
     sub-directory of this directory.  The official Python releases are

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list