Staging
v0.8.1
https://github.com/python/cpython
Revision 3bf0d02f2817c48b6ee61a95b52a6d76ad543be9 authored by kj on 31 October 2020, 20:25:44 UTC, committed by GitHub on 31 October 2020, 20:25:44 UTC
1 parent 02cdfc9
Raw File
Tip revision: 3bf0d02f2817c48b6ee61a95b52a6d76ad543be9 authored by kj on 31 October 2020, 20:25:44 UTC
bpo-42198: New section in stdtypes for type annotation types (GH-23063)
Tip revision: 3bf0d02
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top