Staging
v0.5.1
https://github.com/python/cpython
Revision faadc52e755cdb316a53f3db5aa11cb97f1c4b87 authored by Miss Islington (bot) on 13 November 2020, 22:47:27 UTC, committed by GitHub on 13 November 2020, 22:47:27 UTC
(cherry picked from commit 9b6934230c35e24d8582ea8c58456fa8eab72ae2)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 4defeb0
Raw File
Tip revision: faadc52e755cdb316a53f3db5aa11cb97f1c4b87 authored by Miss Islington (bot) on 13 November 2020, 22:47:27 UTC
bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)
Tip revision: faadc52
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top