Staging
v0.5.1
https://github.com/python/cpython
Revision 7aec764d7391a077c2d8cc9610d506fc9970f0d8 authored by Steve Dower on 24 June 2015, 03:48:32 UTC, committed by Steve Dower on 24 June 2015, 03:48:32 UTC
1 parent 27947d5
Raw File
Tip revision: 7aec764d7391a077c2d8cc9610d506fc9970f0d8 authored by Steve Dower on 24 June 2015, 03:48:32 UTC
Closes #24244: Removes invalid test from test_time
Tip revision: 7aec764
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