Staging
v0.5.1
https://github.com/python/cpython
Revision 82374979ec7e01e23385dca1d02b2aa3de16fea5 authored by Giampaolo Rodola on 10 December 2019, 09:31:06 UTC, committed by GitHub on 10 December 2019, 09:31:06 UTC
1 parent abdeb57
Raw File
Tip revision: 82374979ec7e01e23385dca1d02b2aa3de16fea5 authored by Giampaolo Rodola on 10 December 2019, 09:31:06 UTC
bpo-39004: increment large sendfile() test timeout (GH-17552)
Tip revision: 8237497
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top