Staging
v0.5.1
https://github.com/python/cpython
Revision 601ec58f3e2b81184aab102f4eb21adb1c79a041 authored by Nick Coghlan on 02 July 2010, 16:01:53 UTC, committed by Nick Coghlan on 02 July 2010, 16:01:53 UTC
1 parent 8c16c5c
Raw File
Tip revision: 601ec58f3e2b81184aab102f4eb21adb1c79a041 authored by Nick Coghlan on 02 July 2010, 16:01:53 UTC
Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's New
Tip revision: 601ec58
env.bat
@echo off
set VS9=%ProgramFiles%\Microsoft Visual Studio 9.0
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
echo.
call "%VS9%\VC\vcvarsall.bat" %1
back to top