Staging
v0.8.1
https://github.com/python/cpython
Revision b630ca7bc13ba9bdf95cd7dce0ac8e1578fb53a0 authored by Miss Islington (bot) on 05 December 2020, 15:26:37 UTC, committed by GitHub on 05 December 2020, 15:26:37 UTC


(cherry picked from commit da3d2abe6be9fcf18cac12ec5d7d9f1180d94b5e)


Co-authored-by: Senthil Kumaran <senthil@uthcode.com>

Automerge-Triggered-By: GH:orsenthil
1 parent 06002b3
Raw File
Tip revision: b630ca7bc13ba9bdf95cd7dce0ac8e1578fb53a0 authored by Miss Islington (bot) on 05 December 2020, 15:26:37 UTC
[3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (GH-23638) (GH-23657)
Tip revision: b630ca7
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top