Staging
v0.5.1
https://github.com/python/cpython
Revision ed4614386f210964840daa1f7cbddbbd575f7a49 authored by Miss Islington (bot) on 01 December 2020, 15:54:54 UTC, committed by GitHub on 01 December 2020, 15:54:54 UTC
(cherry picked from commit 1867b462de427bcb8dfbcd256028410aea6ae929)

Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 0955f68
Raw File
Tip revision: ed4614386f210964840daa1f7cbddbbd575f7a49 authored by Miss Islington (bot) on 01 December 2020, 15:54:54 UTC
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
Tip revision: ed46143
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top