diff options
author | Christian Heimes <christian@cheimes.de> | 2013-09-29 17:05:23 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-09-29 17:05:23 (GMT) |
commit | cb1915a17c88b675a89dbfc4c4fdc332a121b584 (patch) | |
tree | de323bc1e744a52bdd1f7a0e4f933bcbcfea045c | |
parent | 085ab4a553e1ff3f32a091850bd8acb02eee63ec (diff) | |
parent | 9c99cc092eb150566ec0d3cb487ad6c72f6c3562 (diff) | |
download | cpython-cb1915a17c88b675a89dbfc4c4fdc332a121b584.zip cpython-cb1915a17c88b675a89dbfc4c4fdc332a121b584.tar.gz cpython-cb1915a17c88b675a89dbfc4c4fdc332a121b584.tar.bz2 |
Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010
-rw-r--r-- | Misc/NEWS | 2 | ||||
-rw-r--r-- | PCbuild/readme.txt | 8 |
2 files changed, 6 insertions, 4 deletions
@@ -107,6 +107,8 @@ Documentation Build ----- +- Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010. + - Issue #18596: Support the use of address sanity checking in recent versions of clang and GCC by appropriately marking known false alarms in the small object allocator. Patch contributed by Dhiru Kholia. diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index fb4a456..51f64503 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -1,13 +1,13 @@ Building Python using VC++ 10.0 ------------------------------- +------------------------------- This directory is used to build Python for Win32 and x64 platforms, e.g. Windows 2000, XP, Vista and Windows Server 2008. In order to build 32-bit -debug and release executables, Microsoft Visual C++ 2008 Express Edition is +debug and release executables, Microsoft Visual C++ 2010 Express Edition is required at the very least. In order to build 64-bit debug and release -executables, Visual Studio 2008 Standard Edition is required at the very +executables, Visual Studio 2010 Standard Edition is required at the very least. In order to build all of the above, as well as generate release builds -that make use of Profile Guided Optimisation (PG0), Visual Studio 2008 +that make use of Profile Guided Optimisation (PG0), Visual Studio 2010 Professional Edition is required at the very least. The official Python releases are built with this version of Visual Studio. |