Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: c6f13db94ac519bfc76fe72ff1a5358f68fb641d authored by Benjamin Peterson on 21 November 2015, 21:38:35 UTC
bump to 2.7.11rc1
Tip revision: c6f13db
clean.bat
@echo off
rem A batch program to clean a particular configuration,
rem just for convenience.

call %~dp0build.bat -t Clean %*
back to top