Staging
v0.5.1
https://github.com/python/cpython
Revision bea9d2f6488f01794098d9fd4710b98df1bd9472 authored by Mariatta on 25 February 2017, 00:40:50 UTC, committed by GitHub on 25 February 2017, 00:40:50 UTC
(cherry picked from commit abb3b8ad94d699c8560d94ee9bac9c917b382abe)
(cherry picked from commit 365cb5bb9069273e6970c9d5d17ee2fe5003e7ac)
1 parent f28db60
Raw File
Tip revision: bea9d2f6488f01794098d9fd4710b98df1bd9472 authored by Mariatta on 25 February 2017, 00:40:50 UTC
[3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-268)
Tip revision: bea9d2f
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