Staging
v0.5.1
https://github.com/python/cpython
Revision f632736023502816f2e6bd714d1b48c81aa2ccc1 authored by Serhiy Storchaka on 13 February 2020, 23:57:35 UTC, committed by GitHub on 13 February 2020, 23:57:35 UTC
1 parent 10e87e5
Raw File
Tip revision: f632736023502816f2e6bd714d1b48c81aa2ccc1 authored by Serhiy Storchaka on 13 February 2020, 23:57:35 UTC
bpo-39545: Document changes in the support of await in f-strings. (GH-18456)
Tip revision: f632736
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top