Staging
v0.8.1
https://github.com/python/cpython
Revision bd0a08ea90e4c7a2ebf29697937e9786d4d8e5ee authored by Victor Stinner on 01 October 2020, 16:57:37 UTC, committed by GitHub on 01 October 2020, 16:57:37 UTC
1 parent 58a7da9
Raw File
Tip revision: bd0a08ea90e4c7a2ebf29697937e9786d4d8e5ee authored by Victor Stinner on 01 October 2020, 16:57:37 UTC
bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481)
Tip revision: bd0a08e
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top