Staging
v0.5.1
https://github.com/python/cpython
Revision bd078df28322f840afd363b6ba097b5506ea5098 authored by Miss Islington (bot) on 04 September 2020, 22:29:06 UTC, committed by GitHub on 04 September 2020, 22:29:06 UTC


(cherry picked from commit 306cfb3a37e1438f6ba9f0a9f3af3c00aae4ec64)


Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 78ef1b6
Raw File
Tip revision: bd078df28322f840afd363b6ba097b5506ea5098 authored by Miss Islington (bot) on 04 September 2020, 22:29:06 UTC
[3.9] bpo-40486: Specify what happens if directory content change diring iteration (GH-22025) (GH-22093)
Tip revision: bd078df
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top