Staging
v0.8.1
https://github.com/python/cpython
Revision 514328480a11164100bdb16f2e61c0623dce1fc8 authored by Ned Deily on 24 February 2020, 13:00:58 UTC, committed by GitHub on 24 February 2020, 13:00:58 UTC
1 parent b942ba0
Raw File
Tip revision: 514328480a11164100bdb16f2e61c0623dce1fc8 authored by Ned Deily on 24 February 2020, 13:00:58 UTC
Add note to Mac installer ReadMe about macOS 10.15 Gatekeeper changes. (GH-18648)
Tip revision: 5143284
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top