Staging
v0.5.1
https://github.com/python/cpython
Revision c1ee6e5e9b87c9812c6745c1dd6c1788a984f9f9 authored by Victor Stinner on 13 January 2020, 13:57:14 UTC, committed by GitHub on 13 January 2020, 13:57:14 UTC
The sys.argv[0] change has been reverted.
1 parent e7c9f4a
Raw File
Tip revision: c1ee6e5e9b87c9812c6745c1dd6c1788a984f9f9 authored by Victor Stinner on 13 January 2020, 13:57:14 UTC
bpo-20443: Update What's New In Python 3.9 (GH-17986)
Tip revision: c1ee6e5
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top