Staging
v0.5.1
https://github.com/python/cpython
Revision 3e89251ba87333cdf0b41a90a7f5c83d1e2280fa authored by Guido van Rossum on 23 April 2020, 23:30:42 UTC, committed by GitHub on 23 April 2020, 23:30:42 UTC
We should use `$(MKDIR_P) <directory>`, not `$(MKDIR_P) -p <directory>`.
1 parent bc28805
Raw File
Tip revision: 3e89251ba87333cdf0b41a90a7f5c83d1e2280fa authored by Guido van Rossum on 23 April 2020, 23:30:42 UTC
Fix broken mkdir -p call in regen-pegen (#19695)
Tip revision: 3e89251
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top