Staging
v0.5.1
https://github.com/python/cpython
Revision 1c17e7ff08bb93de07ce8554a59b7474442cf48c authored by Xavier de Gaye on 28 October 2016, 09:22:05 UTC, committed by Xavier de Gaye on 28 October 2016, 09:22:05 UTC
1 parent b6bd81d
Raw File
Tip revision: 1c17e7ff08bb93de07ce8554a59b7474442cf48c authored by Xavier de Gaye on 28 October 2016, 09:22:05 UTC
Issue #28046: Fix the removal of the sysconfigdata module
Tip revision: 1c17e7f
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