From 2170b14374a70bcfadcb32f8ccb53102b81a9f15 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 7 Jul 2014 14:31:34 -0500 Subject: [PATCH] Fix MSVC edition mismatch. --- PCbuild/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 9ac742c6327..552c91ea221 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -46,7 +46,7 @@ Debug 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