Staging
v0.5.1
https://github.com/python/cpython
Revision a169961dfc777eb467a2b1027391285a7706329a authored by Miss Islington (bot) on 01 June 2020, 15:53:27 UTC, committed by GitHub on 01 June 2020, 15:53:27 UTC
(cherry picked from commit c8966667bbdb284c3780ef6cec8a3870935a6bb7)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent 24a88b0
Raw File
Tip revision: a169961dfc777eb467a2b1027391285a7706329a authored by Miss Islington (bot) on 01 June 2020, 15:53:27 UTC
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
Tip revision: a169961
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