]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98363: Add itertools.batched() (GH-98364)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 17 Oct 2022 23:53:45 +0000 (18:53 -0500)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2022 23:53:45 +0000 (18:53 -0500)
commitde3ece769a8bc10c207a648c8a446f520504fa7e
treed44b4a58b8267d87e16289d781b0f65cefaaccf2
parent70732d8a4c98cdf3cc9efa5241ce33fb9bc323ca
GH-98363:  Add itertools.batched() (GH-98364)
Doc/library/itertools.rst
Lib/test/test_itertools.py
Misc/NEWS.d/next/Library/2022-10-17-12-49-02.gh-issue-98363.aFmSP-.rst [new file with mode: 0644]
Modules/clinic/itertoolsmodule.c.h
Modules/itertoolsmodule.c