Staging
v0.8.1
https://github.com/python/cpython
Revision 6b97598fb66a08d0f36e4d73bffea5c1b17740d4 authored by Serhiy Storchaka on 17 March 2020, 21:41:08 UTC, committed by GitHub on 17 March 2020, 21:41:08 UTC
1 parent dab8423
Raw File
Tip revision: 6b97598fb66a08d0f36e4d73bffea5c1b17740d4 authored by Serhiy Storchaka on 17 March 2020, 21:41:08 UTC
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
Tip revision: 6b97598
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top