Staging
v0.5.1
https://github.com/python/cpython
Revision eb62274ed629483c67001e5bade3039197d04b55 authored by Miss Islington (bot) on 24 July 2019, 17:14:53 UTC, committed by GitHub on 24 July 2019, 17:14:53 UTC


(cherry picked from commit 2f224a077a83ac9de8a12bb7dcc516642b8176d8)


Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com>

Automerge-Triggered-By: @brettcannon
1 parent 9d54de1
Raw File
Tip revision: eb62274ed629483c67001e5bade3039197d04b55 authored by Miss Islington (bot) on 24 July 2019, 17:14:53 UTC
[3.8] Touch up venv docs (GH-14922) (GH-14923)
Tip revision: eb62274
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