Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: a3ec3ad9e20e7d9ed148d4cfbd22aebec608b42a authored by Hai Shi on 18 May 2020, 22:02:57 UTC
bpo-40275: More lazy imports in test.support (GH-20131)
Tip revision: a3ec3ad
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