]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98363: Have batched() return tuples (GH-100118)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 8 Dec 2022 21:08:16 +0000 (15:08 -0600)
committerGitHub <noreply@github.com>
Thu, 8 Dec 2022 21:08:16 +0000 (15:08 -0600)
commit35cc0ea736a323119157117d93e5d68d8247e89f
tree4609a468592c62bf37b83a5e308331d00362b531
parent41d4ac9da348ca33056e271d71588b2dc3a6d48d
GH-98363: Have batched() return tuples (GH-100118)
Doc/library/itertools.rst
Lib/test/test_itertools.py
Modules/clinic/itertoolsmodule.c.h
Modules/itertoolsmodule.c