Staging
v0.5.1
https://github.com/python/cpython
Revision 3094dd5fb5fa3ed91f5e2887887b193edbc976d2 authored by Christian Heimes on 19 November 2020, 08:24:37 UTC, committed by GitHub on 19 November 2020, 08:24:37 UTC


Signed-off-by: Christian Heimes <christian@python.org>

Automerge-Triggered-By: GH:tiran
1 parent fa2eee9
Raw File
Tip revision: 3094dd5fb5fa3ed91f5e2887887b193edbc976d2 authored by Christian Heimes on 19 November 2020, 08:24:37 UTC
bpo-1635741: Port _queue to multiphase initialization (GH-23376)
Tip revision: 3094dd5
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top