Staging
v0.8.1
https://github.com/python/cpython
Revision eb8ac57af26c4eb96a8230eba7492ce5ceef7886 authored by Brandt Bucher on 25 February 2020, 03:47:34 UTC, committed by GitHub on 25 February 2020, 03:47:34 UTC
1 parent ba22e8f
Raw File
Tip revision: eb8ac57af26c4eb96a8230eba7492ce5ceef7886 authored by Brandt Bucher on 25 February 2020, 03:47:34 UTC
bpo-36144: Dictionary Union (PEP 584) (#12088)
Tip revision: eb8ac57
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top