Staging
v0.5.1
https://github.com/python/cpython
Revision e53e54425d9b7b9b7b082817da104d60bb25e3a2 authored by Mark Roseman on 24 October 2020, 23:32:34 UTC, committed by GitHub on 24 October 2020, 23:32:34 UTC
1 parent be3c3a0
Raw File
Tip revision: e53e54425d9b7b9b7b082817da104d60bb25e3a2 authored by Mark Roseman on 24 October 2020, 23:32:34 UTC
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
Tip revision: e53e544
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top