Staging
v0.8.1
https://github.com/python/cpython
Revision 684d2b9a071fa8e54749e0eec3c16aafcd642ed4 authored by Serhiy Storchaka on 21 March 2020, 13:45:30 UTC, committed by GitHub on 21 March 2020, 13:45:30 UTC
1 parent 6723e93
Raw File
Tip revision: 684d2b9a071fa8e54749e0eec3c16aafcd642ed4 authored by Serhiy Storchaka on 21 March 2020, 13:45:30 UTC
bpo-24916: Remove an outdated comment. (GH-19101)
Tip revision: 684d2b9
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top