Staging
v0.8.1
https://github.com/python/cpython
Revision 2fbb0d8da95b3068dff436f7aacec1058c9b3f2a authored by Miss Islington (bot) on 20 July 2020, 06:37:50 UTC, committed by GitHub on 20 July 2020, 06:37:50 UTC
(cherry picked from commit 7cf1cb36ecafabff363790d245f809d3894fbbaf)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
1 parent 8831162
Raw File
Tip revision: 2fbb0d8da95b3068dff436f7aacec1058c9b3f2a authored by Miss Islington (bot) on 20 July 2020, 06:37:50 UTC
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
Tip revision: 2fbb0d8
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top