Staging
v0.5.1
https://github.com/python/cpython
Revision 651e6b5d4980aa3706b133a6de5114b312718eae authored by Éric Araujo on 06 November 2010, 15:37:39 UTC, committed by Éric Araujo on 06 November 2010, 15:37:39 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86271 | eric.araujo | 2010-11-06 16:01:07 +0100 (sam., 06 nov. 2010) | 2 lines

  Add missing NEWS entries for some of my commits.
........
1 parent e022484
Raw File
Tip revision: 651e6b5d4980aa3706b133a6de5114b312718eae authored by Éric Araujo on 06 November 2010, 15:37:39 UTC
Merged revisions 86271 via svnmerge from
Tip revision: 651e6b5
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