https://github.com/python/cpython
Raw File
Tip revision: 2ce38167000fef3a71f1783acdda2a2cf7a2df39 authored by Miss Islington (bot) on 20 October 2021, 14:08:43 UTC
bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29093)
Tip revision: 2ce3816
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