]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve grouper() recipe to demonstrate all forms of zip() (GH-30837)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 23 Jan 2022 20:31:10 +0000 (14:31 -0600)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 20:31:10 +0000 (14:31 -0600)
commit270a09184d312856ca112396daec8f360cc5510e
tree21ddd8fe949533b3ba88d0f9605c3963e2917aca
parentf7955a82e36d4c32ebdd7b7707cdf0e6ffa7a418
Improve grouper() recipe to demonstrate all forms of zip() (GH-30837)
Doc/library/itertools.rst
Lib/test/test_itertools.py