Staging
v0.5.1
https://github.com/python/cpython
Revision 1a4e9e6f35dad26b37639198f1444591d04399e0 authored by Miss Islington (bot) on 24 May 2020, 21:32:32 UTC, committed by GitHub on 24 May 2020, 21:32:32 UTC
(cherry picked from commit c73914a562580ae72048876cb42ed8e76e2c83f9)

Co-authored-by: RĂ©mi Lapeyre <remi.lapeyre@lenstra.fr>
1 parent 46c1b9c
Raw File
Tip revision: 1a4e9e6f35dad26b37639198f1444591d04399e0 authored by Miss Islington (bot) on 24 May 2020, 21:32:32 UTC
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Tip revision: 1a4e9e6
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top