Staging
v0.5.1
https://github.com/python/cpython
Revision c8f29ad986f8274fc5fbf889bdd2a211878856b9 authored by Batuhan Taskaya on 27 June 2020, 18:33:08 UTC, committed by GitHub on 27 June 2020, 18:33:08 UTC
1 parent 6dcbc24
Raw File
Tip revision: c8f29ad986f8274fc5fbf889bdd2a211878856b9 authored by Batuhan Taskaya on 27 June 2020, 18:33:08 UTC
bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387)
Tip revision: c8f29ad
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top