[Python-checkins] cpython (3.4): Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt.

zach.ware python-checkins at python.org
Sat Mar 29 05:37:25 CET 2014


http://hg.python.org/cpython/rev/3036985cf895
changeset:   90018:3036985cf895
branch:      3.4
parent:      90016:4972475ae2e7
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Mar 28 23:31:04 2014 -0500
summary:
  Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt.

Also removes a mention of using "Express Edition with the Windows SDK
64-bit compilers" to build 64-bit Python.  If that can be made to work,
it will need some extra instructions somewhere.

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


diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -278,8 +278,7 @@
 you just have to set x64 as platform. In addition, the HOST_PYTHON
 environment variable must point to a Python interpreter (at least 2.4),
 to support cross-compilation from Win32.  Note that Visual Studio
-requires either Standard Edition or better, or Express Edition with the
-Windows SDK 64-bit compilers to be available in order to build 64-bit
+requires Professional Edition or better in order to build 64-bit
 binaries.
 
 

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


More information about the Python-checkins mailing list