Staging
v0.5.1
https://github.com/python/cpython
Revision ba301dee326808a692e932057326f366ecaee8cd authored by Terry Jan Reedy on 12 June 2014, 05:03:01 UTC, committed by Terry Jan Reedy on 12 June 2014, 05:03:01 UTC
bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
1 parent df0e8f9
Raw File
Tip revision: ba301dee326808a692e932057326f366ecaee8cd authored by Terry Jan Reedy on 12 June 2014, 05:03:01 UTC
Issue #12387: Add missing upper(lower)case versions of default Windows key
Tip revision: ba301de
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