Staging
v0.5.1
https://github.com/python/cpython
Revision e4cc3a7c1f5ba9ea2c3015a5bf09cb5b93db5d47 authored by Miss Islington (bot) on 28 May 2020, 16:58:33 UTC, committed by GitHub on 28 May 2020, 16:58:33 UTC
1 parent eceee54
Raw File
Tip revision: e4cc3a7c1f5ba9ea2c3015a5bf09cb5b93db5d47 authored by Miss Islington (bot) on 28 May 2020, 16:58:33 UTC
bpo-40806: itertools.product immediately consumes its inputs (GH-20492) (GH-20498)
Tip revision: e4cc3a7
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top