Staging
v0.5.1
https://github.com/python/cpython
Revision 97558d6b08a656eae209d49b206f703cee0359a2 authored by Dong-hee Na on 06 July 2020, 13:32:06 UTC, committed by GitHub on 06 July 2020, 13:32:06 UTC
(cherry picked from commit b4a9263)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
1 parent 1ce59f0
Raw File
Tip revision: 97558d6b08a656eae209d49b206f703cee0359a2 authored by Dong-hee Na on 06 July 2020, 13:32:06 UTC
[3.9] bpo-37207: Update whatsnews for 3.9 (GH-21337)
Tip revision: 97558d6
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top