Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c99cc0

Browse files
committed
Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010
1 parent 8b3f5aa commit 9c99cc0

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,8 @@ Tools/Demos
492492
Build
493493
-----
494494

495+
- Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010.
496+
495497
- Issue #16067: Add description into MSI file to replace installer's temporary name.
496498

497499
- Issue #18256: Compilation fix for recent AIX releases. Patch by

PCbuild/readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Building Python using VC++ 10.0
2-
------------------------------
2+
-------------------------------
33

44
This directory is used to build Python for Win32 and x64 platforms, e.g.
55
Windows 2000, XP, Vista and Windows Server 2008. In order to build 32-bit
6-
debug and release executables, Microsoft Visual C++ 2008 Express Edition is
6+
debug and release executables, Microsoft Visual C++ 2010 Express Edition is
77
required at the very least. In order to build 64-bit debug and release
8-
executables, Visual Studio 2008 Standard Edition is required at the very
8+
executables, Visual Studio 2010 Standard Edition is required at the very
99
least. In order to build all of the above, as well as generate release builds
10-
that make use of Profile Guided Optimisation (PG0), Visual Studio 2008
10+
that make use of Profile Guided Optimisation (PG0), Visual Studio 2010
1111
Professional Edition is required at the very least. The official Python
1212
releases are built with this version of Visual Studio.
1313

0 commit comments

Comments
 (0)