Staging
v0.8.1
https://github.com/python/cpython
Revision b0b428510cfd604a8eef1f245f039331e671ea4a authored by Serhiy Storchaka on 24 November 2020, 17:35:39 UTC, committed by GitHub on 24 November 2020, 17:35:39 UTC
1 parent ac7d016
Raw File
Tip revision: b0b428510cfd604a8eef1f245f039331e671ea4a authored by Serhiy Storchaka on 24 November 2020, 17:35:39 UTC
bpo-42370: Check element before making mouse click in ttk tests (GH-23491)
Tip revision: b0b4285
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top