Staging
v0.8.1
https://github.com/python/cpython
Revision 62e3973395fb9fab2eb8f651bcd0fea4e695e1cf authored by Dong-hee Na on 14 January 2020, 07:49:59 UTC, committed by Victor Stinner on 14 January 2020, 07:49:59 UTC
1 parent 2de064e
Raw File
Tip revision: 62e3973395fb9fab2eb8f651bcd0fea4e695e1cf authored by Dong-hee Na on 14 January 2020, 07:49:59 UTC
bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)
Tip revision: 62e3973
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top