Staging
v0.5.1
https://github.com/python/cpython
Revision 04097a628213df725c43b62b7be934e0bff6fb16 authored by Neal Norwitz on 13 June 2008, 06:03:25 UTC, committed by Neal Norwitz on 13 June 2008, 06:03:25 UTC
should implement less than or equal to (as the code does).
1 parent 705cd06
Raw File
Tip revision: 04097a628213df725c43b62b7be934e0bff6fb16 authored by Neal Norwitz on 13 June 2008, 06:03:25 UTC
Fix typo in method name. The LT class implemented less than. The LE class
Tip revision: 04097a6
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