]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38200: Add itertools.pairwise() (GH-23549)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 1 Dec 2020 04:42:54 +0000 (20:42 -0800)
committerGitHub <noreply@github.com>
Tue, 1 Dec 2020 04:42:54 +0000 (20:42 -0800)
commitcc061d0e6fb2569efa91531686f75b89e94ec865
treec4c2a24657c2437ff04b6f32677cc70ec8756478
parent427613f005f0f412d12f0d775d2b609bae0ae1ad
bpo-38200: Add itertools.pairwise() (GH-23549)
Doc/library/itertools.rst
Lib/test/test_itertools.py
Misc/NEWS.d/next/Library/2020-11-28-22-52-57.bpo-38200.DuWGlW.rst [new file with mode: 0644]
Modules/clinic/itertoolsmodule.c.h
Modules/itertoolsmodule.c