Staging
v0.8.1
https://github.com/python/cpython
Revision 61cb3d02b83e746e59bb1351a0865e3b8714b2d6 authored by Serhiy Storchaka on 17 March 2020, 16:07:30 UTC, committed by GitHub on 17 March 2020, 16:07:30 UTC
1 parent eb886db
Raw File
Tip revision: 61cb3d02b83e746e59bb1351a0865e3b8714b2d6 authored by Serhiy Storchaka on 17 March 2020, 16:07:30 UTC
bpo-39987: Simplify setting lineno in the compiler. (GH-19037)
Tip revision: 61cb3d0
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top