https://github.com/python/cpython
Raw File
Tip revision: 2ea64e7d8395292f0cf2e8beb9941c7f904dba12 authored by Gus Goulart on 29 October 2018, 11:49:52 UTC
bpo-27741: Better wording for datetime.strptime() (GH-9994)
Tip revision: 2ea64e7
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