Staging
v0.8.1
https://github.com/python/cpython
Revision ff9147d93b868f0e13b9fe14e2a76c2879f6787b authored by Jan Mazur on 28 September 2020, 18:53:33 UTC, committed by GitHub on 28 September 2020, 18:53:33 UTC
1 parent a195bce
Raw File
Tip revision: ff9147d93b868f0e13b9fe14e2a76c2879f6787b authored by Jan Mazur on 28 September 2020, 18:53:33 UTC
bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)
Tip revision: ff9147d
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top