Staging
v0.5.1
https://github.com/python/cpython
Revision 2c38e49dba88a39679b2182ca3f5f478d3a3f647 authored by Miss Islington (bot) on 17 November 2020, 07:50:43 UTC, committed by GitHub on 17 November 2020, 07:50:43 UTC


(cherry picked from commit 9cc9e277254023c0ca08e1a9e379fd89475ca9c2)


Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 2b800ef
Raw File
Tip revision: 2c38e49dba88a39679b2182ca3f5f478d3a3f647 authored by Miss Islington (bot) on 17 November 2020, 07:50:43 UTC
[3.9] bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) (GH-23331)
Tip revision: 2c38e49
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top