]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Jan 2022 22:02:31 +0000 (14:02 -0800)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 22:02:31 +0000 (16:02 -0600)
commitb2c7fe1f61c8ec3742635428570bc61d820c7a68
treec68903363ec582d0707b61678d24728e0b02b332
parente3ade66ec575e0cb4882cfdff155ef962e67c837
Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840)
Doc/library/itertools.rst
Lib/test/test_itertools.py