Staging
v0.8.1
https://github.com/python/cpython
Revision 985f0ab3ad5e8e9a8d7fc53026c38390b1f2b466 authored by Steve Dower on 19 October 2020, 15:55:10 UTC, committed by GitHub on 19 October 2020, 15:55:10 UTC
1 parent ebc8c38
Raw File
Tip revision: 985f0ab3ad5e8e9a8d7fc53026c38390b1f2b466 authored by Steve Dower on 19 October 2020, 15:55:10 UTC
bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405)
Tip revision: 985f0ab
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top