Staging
v0.8.1
https://github.com/python/cpython
Revision df4790c071ea47ea3d5e0697dadc78105cf7f280 authored by Miss Skeleton (bot) on 26 October 2020, 05:59:46 UTC, committed by GitHub on 26 October 2020, 05:59:46 UTC
(cherry picked from commit 0f25c231b3a024e358c3e55d9aba2f7bcc49630c)

Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
1 parent 36cb0c8
Raw File
Tip revision: df4790c071ea47ea3d5e0697dadc78105cf7f280 authored by Miss Skeleton (bot) on 26 October 2020, 05:59:46 UTC
Add a link to buffer protocol in bytearray() doc (GH-22675)
Tip revision: df4790c
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